views:

118

answers:

1

Hi,

We are using crystal report 11.5 in vs. 2008 to display report in one of my projects, when I try to display a report in crystal report viewer reports are displayed properly but the toolbar icons (First, Prev, Next, print, etc..) images are not getting displayed and on click of any of these buttons the report vanishes giving a blank page. the images for the same are also available at the path C:\Inetpub\wwwroot\aspnet_client\system_web\2_0_50727\crystalreportviewers115. Please let me know if there any other thing to be done.

<CR1:CrystalReportViewer id="CrystalReportViewer1" style="Z-INDEX: 102; LEFT: 8px; POSITION: absolute; TOP: 32px" runat="server" Height="50px" Width="350px" ></CR1:CrystalReportViewer>

Thanks,
Arvind

A: 

Shall you check ReportViewer properities, so many properities are there to set report viewer toolbar buttons?

<CR:CrystalReportViewer ID="rptViewer" runat="server" HasPageNavigationButtons="True" HasGotoPageButton="True" CssClass="report" />
Ahmed