public static void Process(PrintOutputController poc, XmlWriter xmlw) { ReportDefModel.Process(poc.GetPrintOptions(), xmlw); ReportDefModel.Process(poc.GetSavedXMLExportFormats(), xmlw); }
public static void ProcessPrintOutputController(PrintOutputController poc, Utf8JsonWriter jsonw) { ReportDefModel.ProcessPrintOptions(poc.GetPrintOptions(), jsonw); ReportDefModel.ProcessSavedXMLExportFormats(poc.GetSavedXMLExportFormats(), jsonw); }