Reportviewer Print Option
-
How can I show a printbutton in a rsweb:ReportViewer? It shows the report and the other options, but no print button is shown. I tried ShowPrintButton = "True" <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="625px" Width="684px" ShowPrintButton="True" ShowPageNavigationControls="True" ShowBackButton="True" ShowCredentialPrompts="True" ShowDocumentMapButton="True" ShowExportControls="True" ShowFindControls="True" ShowParameterPrompts="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="True" > <LocalReport> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="Reports_DAL_ClientList" /> </DataSources> </LocalReport> </rsweb:ReportViewer>
-
How can I show a printbutton in a rsweb:ReportViewer? It shows the report and the other options, but no print button is shown. I tried ShowPrintButton = "True" <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="625px" Width="684px" ShowPrintButton="True" ShowPageNavigationControls="True" ShowBackButton="True" ShowCredentialPrompts="True" ShowDocumentMapButton="True" ShowExportControls="True" ShowFindControls="True" ShowParameterPrompts="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="True" > <LocalReport> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="Reports_DAL_ClientList" /> </DataSources> </LocalReport> </rsweb:ReportViewer>
-
If you are using VS 2005, it does not support printing web page in local mode. The print button will not show even in service packs of VS 2005. But this functionality is added in VS 2008 and its redistributable.
i`m using VS2008.Still i`m not getting the print button... Please give me suggestion on this... Waiting for your reply..:confused: