Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Following are the issues I am facing in reportviewer report

1) Print button not showing in all the browsers even if I set showprintbutton=True.

2) If I set AsyncRendering=False then the first columns border line not showing else it will show.

3) How to clear the rownumber for each group and start from 1, like following

SNO Amount

Client: Test

1 100
2 210
3 300

Client: Test1
1 25
2 78

Row number not showing like this in my report, it shows like 1,2,3,4,5....
Posted
Updated 13-Nov-11 22:48pm
Comments
Dalek Dave 14-Nov-11 4:48am    
Edited for Grammar.

hi,
better try this code,i am using the same.

<div>
 <%@ register assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>

<rsweb:reportviewer ID="ReportViewer1"  runat="server" Height="769px" ProcessingMode="Remote" Width="895" ZoomMode="PageWidth" ShowDocumentMapButton="False" ShowFindControls="False"
ShowPageNavigationControls="true" ShowPromptAreaButton="False" ShowRefreshButton="False" ExportContentDisposition="AlwaysInline" ShowZoomControl="False"> 
 
</div>
 
Share this answer
 
v2
Thanks.

Anyone can help me for the Issues 1 and 2.
 
Share this answer
 
I am using VS 2005 and Reportviewer Version 8.0.0.0. when i try this code, reportviewer component is not creating in the page. It is showing errors.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900