Exemplo n.º 1
0
 public ReportColumn(string header, string source, string format, TotalDelegate totalDelegate)
 {
     Header = header;
     Source = source;
     Format = format;
     ColumnTotalDelegate = totalDelegate;
 }
Exemplo n.º 2
0
 public ReportColumn(string header, string source, string format, TotalDelegate totalDelegate)
 {
     Header = header;
      Source = source;
      Format = format;
      ColumnTotalDelegate = totalDelegate;
 }