public virtual CrystalDecisions.CrystalReports.Engine.ReportDocument CreateReport() { ISReport rpt = new ISReport(); rpt.Site = this.Site; return(rpt); }
public ReportViewer() { InitializeComponent(); reportContainer.Children.Clear(); crystalReportsViewer = new CrystalReportsViewer(); reportContainer.Children.Add(crystalReportsViewer); isReport = new ISReport(); }