コード例 #1
0
 public SavingPassbookTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
 }
コード例 #2
0
 public ClsStatementViewText()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #3
0
 public BalanceSheetReportTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     reportLvlStart = new ReportLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #4
0
 public CutBookTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     reportLvlStart = new ReportLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #5
0
 public AccountStatementTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     reportLvlStart = new ReportLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #6
0
 public DayOpenErrorsTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     reportLvlStart = new ReportLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #7
0
 public ProfitAndLossTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     reportLvlStart = new ReportLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #8
0
 public DayClosedReportTxt()
 {
     Report       = new TReport();
     pageLvlStart = new PageLvlStart {
         Instance = this
     };
     reportLvlStart = new ReportLvlStart {
         Instance = this
     };
     details = new Details {
         Instance = this
     };
     pageLvlEnd = new PageLvlEnd {
         Instance = this
     };
     reportLvlEnd = new ReportLvlEnd {
         Instance = this
     };
 }
コード例 #9
0
    public OIReportText()
    {
        //
        // TODO: Add constructor logic here
        //


        Report       = new TReport();
        pageLvlStart = new PageLvlStart {
            Instance = this
        };
        reportLvlStart = new ReportLvlStart {
            Instance = this
        };
        details = new Details {
            Instance = this
        };
        pageLvlEnd = new PageLvlEnd {
            Instance = this
        };
        reportLvlEnd = new ReportLvlEnd {
            Instance = this
        };
    }