alanjuden / MvcReportViewer

Custom Report Viewer control to replace MS Report Viewer on MVC projects (also works on .NET Core as a Report Viewer).
MIT License
173 stars 109 forks source link

Generating all pages at once #19

Closed mtinnes closed 7 years ago

mtinnes commented 7 years ago

Would be nice to have the option to generate the entire report at once rather than individual pages. Our current project does this with the Render() method as opposed to Render2() which I believe is the difference. Thanks for the project!

alanjuden commented 7 years ago

@mtinnes: all you really have to do to use it is on your model definition you will use:

model.EnablePaging = false;