Page 1 of 1
Filtering after rendering of the report
Posted: Thu Jan 10, 2019 9:56 am
by edisket123
Hi, i would like to know if it is possible to filter the report after rendering?
Re: Filtering after rendering of the report
Posted: Thu Jan 10, 2019 3:13 pm
by Lech Kulikowski
Hello,
Please check the Parameters category on our Demo:
https://demo.stimulsoft.com/
Thank you.
Re: Filtering after rendering of the report
Posted: Thu Jan 17, 2019 3:41 pm
by edisket123
Actually i have a code where it pass a value in the stimulsoft variable and then call the render() function to render the report. It took so long to generate the report. Now i have 5 category for this report and i want to filter it according to category then export it, it seems that filtering then proceed to rendering is took so long because it need to re-render after the passing of variable to filter. Is it possible to Render the report at once to gather all the data and then filter it into 5 times?
Re: Filtering after rendering of the report
Posted: Fri Jan 18, 2019 2:52 pm
by Lech Kulikowski
Hello,
You can set the RequestParameters=true property. In this case, rendering will start only after submitting parameters.
Thank you.