예제 #1
0
 public ReportColumn(string header, string source, string format, TotalDelegate totalDelegate)
 {
     Header = header;
     Source = source;
     Format = format;
     ColumnTotalDelegate = totalDelegate;
 }
예제 #2
0
 public ReportColumn(string header, string source, string format, TotalDelegate totalDelegate)
 {
     Header = header;
      Source = source;
      Format = format;
      ColumnTotalDelegate = totalDelegate;
 }