Пример #1
0
 public ReportColumn( string header, string source, string format, ColourDelegateFromRole colourDelegateIn )
 {
     Header = header;
         Source = source;
         Format = format;
         CanAccumulate = false;
         _colourDelegateFromRole = colourDelegateIn;
 }
Пример #2
0
 public ReportColumn(string header, string source, string format, ColourDelegateFromRole colourDelegateIn)
 {
     Header        = header;
     Source        = source;
     Format        = format;
     CanAccumulate = false;
     BackGroundColourDelegateFromRole = colourDelegateIn;
 }