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

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
        private void billreportworg_fill()
        {
            dataset_billing billingDS = getBillingDataset();
            ReportDocument  report1   = new billreportworg();

            //report1 = new billreportOriginal();
            report1.SetDataSource(billingDS);
            crystalReportViewer1.ReportSource = report1;
        }