Dear Sir,
I have a problem with reportviewer because i don't want any export option but I want a print button. when I click on print button report should print on printer.
Print button is not shwoing on reportviewer.
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<div>
<asp:PlaceHolder ID="plBarCode" runat="server" />
</div>
<div align="center">
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Height="517px" Width="800px" ShowPrintButton="true" ShowExportControls="False" ></rsweb:ReportViewer>
</div>