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

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
 //C. Using crystal reports to create reports with:
 //1. Grouped columns / Summarized columns/ Formulas / Labels to enhance design and readability
 private void sysItemsReport_Load(object sender, EventArgs e)
 {
     IR = new ItemsReport();
     ItemsReportViewer1.ReportSource = IR;
 }