Esempio n. 1
0
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            ReporteCategorias rpt = new ReporteCategorias();

            rpt.Site = this.Site;
            return(rpt);
        }
Esempio n. 2
0
        private void frmVistaPrevCategorias_Load(object sender, EventArgs e)
        {
            ReporteCategorias rep = new ReporteCategorias();

            crystalReportViewer1.ReportSource = rep;
        }