Hello
I have a problem with the Web Report Viewer. I have a report that is generated by the user when clicking on a button on the web form. The user can set dates for the report and apply filters
on the data part of the report
It works fine when changing data paramters for the report e.g. date span, different type of filters, the user can always click the button
the regenerate the report
But as soon as the user has exported the report to PDF, CSV or whatever one time, the button click is not fired anymore. There is a page load evenet but
the report viewer wants to save the previous PDF generated report again..?
The code piece looks like this (Code front), the button is called BtnRun.
<asp:Table ID="tabSearch" runat="server" Width="100%" Height="95%" CssClass="avxyellow" CellSpacing="0" BorderWidth="0" >
<asp:TableRow CssClass="avxyellowgradient">
<asp:TableCell VerticalAlign="Middle" HorizontalAlign="Left" Width="100%" CssClass="yellowBox">
<raido:AvxReportSelector ID="UC_Selector" runat="server" />
</asp:TableCell>
<asp:TableCell CssClass="yellowBox">
<asp:Button CssClass="button4" runat="server" ID="BtnRun" OnClick="BtnRunClick"/>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow CssClass="yellow" Height="95%">
<asp:TableCell VerticalAlign="Middle" HorizontalAlign="Left" Width="100%" Height="95%" ColumnSpan="2">
<div style="overflow-x:hidden; height:100%; background-color:#555555;">
<cc1:StiWebViewer ViewStateMode="Enabled" ZoomPercent="100" CssClass="report zoomhandler" runat="server" ID="ReportViewer" ToolBarBackColor="#555555" BackColor="#555555" ForeColor="#555555" ScrollBarsMode="false" RenderMode="AjaxWithCache" Width="100%"/>
</div>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
Do you have any idea what is causing this?
Thank you
Report exporting to file when button is clicked
Re: Report exporting to file when button is clicked
Hello,
Please try to use the latest prerelease build, this problem should be solved.
Thank you.
Please try to use the latest prerelease build, this problem should be solved.
Thank you.