Closed mtinnes closed 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!
@mtinnes: all you really have to do to use it is on your model definition you will use:
model.EnablePaging = false;
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!