Beispiel #1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            CrTrial rpt = new CrTrial();

            rpt.Site = this.Site;
            return(rpt);
        }
Beispiel #2
0
 public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
 {
     CrTrial rpt = new CrTrial();
     rpt.Site = this.Site;
     return rpt;
 }
 public frmPrintViewerRS(string fRptTitle, string fOptionalTitle1, string fOptionalTitle2, string fSelectedSp, string fListField, string fListSQLType, string fListValue, dsLedgerNew ds, CrTrial rptName, string p)
 {
     // TODO: Complete member initialization
     this.fRptTitle = fRptTitle;
     this.fOptionalTitle1 = fOptionalTitle1;
     this.fOptionalTitle2 = fOptionalTitle2;
     this.fSelectedSp = fSelectedSp;
     this.fListField = fListField;
     this.fListSQLType = fListSQLType;
     this.fListValue = fListValue;
     this.ds = ds;
     this.rptName = rptName;
     this.p = p;
 }