Example #1
0
 public static void ProcessPrintOutputController(PrintOutputController poc, XmlWriter xmlw)
 {
     ReportDefModel.ProcessPrintOptions(poc.GetPrintOptions(), xmlw);
     ReportDefModel.ProcessSavedXMLExportFormats(poc.GetSavedXMLExportFormats(), xmlw);
 }
Example #2
0
 public static void ProcessPrintOutputController(PrintOutputController poc, Utf8JsonWriter jsonw)
 {
     ReportDefModel.ProcessPrintOptions(poc.GetPrintOptions(), jsonw);
     ReportDefModel.ProcessSavedXMLExportFormats(poc.GetSavedXMLExportFormats(), jsonw);
 }