Exemplo n.º 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            CrAgingDueRep rpt = new CrAgingDueRep();

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     CrAgingDueRep rpt = new CrAgingDueRep();
     rpt.Site = this.Site;
     return rpt;
 }
Exemplo n.º 3
0
 public frmPrintVw7(string fRptTitle, string p, string p_2, string p_3, string p_4, string p_5, string p_6, string p_7, string plstField, string plstType, string plstValue, dsAgingDueRep ds_2, CrAgingDueRep rpt1_2, string p_8)
 {
     // TODO: Complete member initialization
     this.fRptTitle = fRptTitle;
     this.p = p;
     this.p_2 = p_2;
     this.p_3 = p_3;
     this.p_4 = p_4;
     this.p_5 = p_5;
     this.p_6 = p_6;
     this.p_7 = p_7;
     this.plstField = plstField;
     this.plstType = plstType;
     this.plstValue = plstValue;
     this.ds_2 = ds_2;
     this.rpt1_2 = rpt1_2;
     this.p_8 = p_8;
 }