Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating all pages at once #19

Closed
mtinnes opened this issue Mar 14, 2017 · 1 comment
Closed

Generating all pages at once #19

mtinnes opened this issue Mar 14, 2017 · 1 comment
Assignees
Milestone

Comments

@mtinnes
Copy link

mtinnes commented Mar 14, 2017

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 alanjuden self-assigned this Mar 18, 2017
@alanjuden alanjuden added this to the 1.0.0.6 milestone Mar 18, 2017
alanjuden added a commit that referenced this issue Mar 18, 2017
…sable the pager as well as showing all pages at once. Also fixed an issue with url encoding that was causing issues with .NetCore.
@alanjuden
Copy link
Owner

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

model.EnablePaging = false;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants