We are using the .net reportview control and creating RDLC templates to display reports in our application. The output just seems to guess where to add pagebreaks and as such the user has to scroll to see more rows. Is there a way to make it add a break before the end of the visible viewing area so that all the rows show up on screen and a break is added?
All of this is being done using WPF and MVVM.
In Rectangle Component change
PageBreakproperty to your preference.