Exemplo n.º 1
0
 public static void ProcessReportDefController(ReportDefController2 rdc, XmlWriter xmlw)
 {
     ReportDefModel.ProcessReportDefinition(rdc.ReportDefinition, xmlw);
 }
Exemplo n.º 2
0
 public static void ProcessReportDefController(ReportDefController2 rdc, Utf8JsonWriter jsonw)
 {
     ReportDefModel.ProcessReportDefinition(rdc.ReportDefinition, jsonw);
 }