コード例 #1
0
 public XlsxReportService(string[] args, ReportServiceBase next) : base(args, next)
 {
 }
コード例 #2
0
 protected ReportServiceBase(string[] args, ReportServiceBase nextHandler)
 {
     this.args        = args;
     this.nextHandler = nextHandler;
 }