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