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

            rpt.Site = this.Site;
            return(rpt);
        }
Exemplo n.º 2
0
 private void crystalReportViewer1_Load(object sender, EventArgs e)
 {
     CR = new rpt_patient();
     //CR.SetParameterValue(0, username);
     crystalReportViewer1.ReportSource = CR;
 }