Exemple #1
0
        private void Reporte4_Load(object sender, EventArgs e)
        {
            tipo reporte = new tipo();

            reporte.SetParameterValue("@tipo", " ");
            crystalReportViewer1.ReportSource = reporte;
        }
        public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport()
        {
            tipo rpt = new tipo();

            rpt.Site = this.Site;
            return(rpt);
        }