I have a report viewer that shows a remote report. But when the report is loaded i can't see the print,refresh buttons. The same thing happens on the server PC when i try to check my reports in the report manager. (Used Chrome,Firefox)
Here is a screenshot the toolbar where the buttons should be.
This my reportviewer starting tag code. (The buttons are all "true" to be visible)
<rsweb:ReportViewer ID="ReportViewer1" runat="server" CssClass="reportviewer" Font-Names="Verdana" BorderColor="Black" ShowBackButton="true" ShowPrintButton="true" ShowRefreshButton="true"
BorderStyle="None" Font-Size="8pt" InteractiveDeviceInfos="(Collection)" WaitMessageFont-Names="Verdana" AsyncRendering="false" SizeToReportContent="true"
WaitMessageFont-Size="14pt" Height="1050px" Width="900px" ProcessingMode="Remote">
I have tried to fix this problem by installing ReportViewer Redistributable pack 2010 in both my development PC and the server. I tested both local and remote reports but it's the same on both cases.
How can i fix it?
Environment: SQL Server 2012 64 bit; IDE: VISUAL STUDIO 2010;
NOTE 1 : The refresh button is visible when i remove all of the css references. (Thanx @DJ KRAZE for pointing that)
NOTE 2 : Just checked the new CSS rules and the print button is visible in IE.
Div
issue what does the aspx code for that particular region look like..? – MethodManBrowser(s)
that you are working with this on or have tried this on..? – MethodMan