Example #1
0
 public static ReportChartSery WithReportItem(this ReportChartSery reportChartSery, ReportItem reportItem)
 {
     reportChartSery.ReportItem = reportItem;
     return(reportChartSery);
 }
Example #2
0
 public static ReportChartSery WithReportChart(this ReportChartSery reportChartSery, ReportChart reportChart)
 {
     reportChartSery.ReportChart = reportChart;
     return(reportChartSery);
 }
Example #3
0
 public static ReportChartSery WithSortOrder(this ReportChartSery reportChartSery, Int32 sortOrder)
 {
     reportChartSery.SortOrder = sortOrder;
     return(reportChartSery);
 }
Example #4
0
 public static ReportChartSery WithSeriesReportItemCode(this ReportChartSery reportChartSery, Guid seriesReportItemCode)
 {
     reportChartSery.SeriesReportItemCode = seriesReportItemCode;
     return(reportChartSery);
 }
Example #5
0
 public static ReportChartSery WithReportChartCode(this ReportChartSery reportChartSery, Guid reportChartCode)
 {
     reportChartSery.ReportChartCode = reportChartCode;
     return(reportChartSery);
 }
Example #6
0
 public static ReportChartSery WithCode(this ReportChartSery reportChartSery, Guid code)
 {
     reportChartSery.Code = code;
     return(reportChartSery);
 }