水晶报表导出数据问题
当我动态加裁另一个rpt数据源时,点导出依然是页面最早的rpt,请问为什么?
<asp:DropDownList ID="dropOperatorId" runat="server" AutoPostBack="True" OnSelectedIndexChanged="dropOperatorId_SelectedIndexChanged"></asp:DropDownList></div>
<div>
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True"
ReportSourceID="CrystalReportSource1"/>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:shopConnectionString %>"
SelectCommand="SELECT * FROM [GuestInfo]"></asp:SqlDataSource>
<CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
<Report FileName="E:\MyWeb\Other\CrmSystem\SystemSetup\Report\CustomerCyl.rpt">
</Report>
</CR:CrystalReportSource>