I have report to be displayed in an ASP.Net page, the report works fine with report viewer and paging seems not working correctly when viewed in ASP.Net page using report viewer control. Some of the records at the bottom of the page disappears.
This issue is unique to IE 11 as it works on older verions.
In order to retain the column headers fixed while scrolling down on the page the following properties have been used:
- set KeepWithGroup to After
- set RepeatOnNewPage to true for repeating headers.
- set FixedData to true for keeping headers visible.