Esempio n. 1
0
 public ReportGenerator(StiType reportType, EnPrintType printType, bool preview)
 {
     ReportType           = reportType;
     _displayPrintPreview = preview;
     SetSti(printType);
 }
Esempio n. 2
0
 public ReportGenerator(StiType reportType, EnPrintType printType)
 {
     ReportType = reportType;
     SetSti(printType);
 }