Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am new to the reporting services,how to fix size of report viewer. paging in reporting services
Posted

1 solution

On the Page_Load event try using following code:
C#
ReportViewer1.SizeToReportContent = true;


See following discussion for more information:
http://forums.asp.net/t/1568096.aspx[^]
Using the ASP.NET 2.0 ReportViewer in Local Mode[^]
 
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