I have an app that executes and displays reports from SSRS retrieved through URL Access (http://msdn.microsoft.com/en-us/library/ms153586.aspx) Unfortunately, one of these reports is HUGE, resulting in a lot of generated HTML, causing the WebClient to timeout during the call, or the browser to choke on the amount of HTML coming back.
Is there a way to specify what page of data I want to view, as well as know how many pages there are in the result?
Thanks
EDIT
Did a little more searching, and found that there is a rc:Section parameter that can be passed on the URL. It returns that page number. The problem now is, how do I know how many pages there are?
http://stackoverflow.com/questions/2540177/jump-to-specific-page-in-reporting-services