I have inserted a reportviewer on my page and everything works fine except of course when a report returns hundreds or thousands of results then the report takes a long time to render if not outright crashes the browser.
I cannot find anything that mentions how to enable paging on a reportviewer, I have found help on setting the numbering style but that does me little good if I can t set a page size like on a RadGrid.
Can someone please point me in the right direction to figure out how to get the viewer to page?
Any help is appreciated.
James
Edit:
I should add that I am not using a static data source, I use the NeedDataSource event and just bind an empty table to a DataTable.
I cannot find anything that mentions how to enable paging on a reportviewer, I have found help on setting the numbering style but that does me little good if I can t set a page size like on a RadGrid.
Can someone please point me in the right direction to figure out how to get the viewer to page?
Any help is appreciated.
James
Edit:
I should add that I am not using a static data source, I use the NeedDataSource event and just bind an empty table to a DataTable.