I created a drop down list box with several Crystal Reports. How do I refresh the viewer when the user selects one value in the drop down list?
Protected Sub DropDownList1_SelectedIndexChanged(sender As Object, e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged
Me.CrystalReportSource1.Report.FileName = Me.DropDownList1.SelectedValue
Me.CrystalReportSource1.DataBind()
End Sub
None
0 Points
40 Posts
how do I refresh CrystalReportSource by program
Feb 03, 2014 02:21 PM|jsancn|LINK
Hi all
I created a drop down list box with several Crystal Reports. How do I refresh the viewer when the user selects one value in the drop down list?
None
0 Points
40 Posts
Re: how do I refresh CrystalReportSource by program
Feb 03, 2014 06:41 PM|jsancn|LINK
http://stackoverflow.com/questions/10305851/how-to-make-crystal-report-viewer-display-report-after-postback