private void crViewBranchReport_Load(object sender, EventArgs e) { crBranch Branch = new crBranch(); Branch.SetDataSource(ds); crViewBranchReport.ReportSource = Branch; }
public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { crBranch rpt = new crBranch(); rpt.Site = this.Site; return(rpt); }