You can cause data to appear in the report in the DataBinding and Navigate methods.
protected void CrystalReportViewer1_DataBinding(object sender, EventArgs e) { this.ShowReportData(); } protected void CrystalReportViewer1_Navigate(object source, CrystalDecisions.Web.NavigateEventArgs e) { this.ShowReportData(); }
source share