Hi all,
I am using Reportviewer in Visual Studio Express 2005 (though that should not make a difference) to generate local reports. I do not want those scrollbars along the reportviewer control. For that, I did:
AsyncRendering = false;
SizeToReportContent = true;
When the page loads, the report shows up fine (with no scrollbars and resized to fit content) but when I try to navigate thru pages, it gives me this error: "Page navigation is out of range". I found a workaround here but it is for Sql Server Reporting Services (remote). And, I am not doing anything in IsPostBack event. Actually, I even commented IsPostBack...
If anyone knows a solution or workaround, please let me know,
Thanks,
bullpit...