Exemple #1
0
 public ReportPrinter(NPOIPrinter.Company company, DateTime dTP5, DateTime dTP6)
 {
     this.company = company;
     this.dTP5    = dTP5;
     this.dTP6    = dTP6;
     report1      = new NPOIPrinter(company); //создадим объект книги для постройки отчета, пока без имени листа
 }
Exemple #2
0
 /* public ReportPrinter(NPOIPrinter.Company company, Variables.userKeyEnum report)
  *   : this(company, DateTime.Now, new DateTime())
  * {
  *          this.reportKey = reportKey;
  * }*/
 public ReportPrinter(NPOIPrinter.Company company, DateTime dTP5)
     : this(company, dTP5, new DateTime())
 {
 }
Exemple #3
0
 public ReportPrinter(NPOIPrinter.Company company)
     : this(company, DateTime.Now, new DateTime())
 {
 }