Filtering after rendering of the report

Stimulsoft Reports.NET discussion
Post Reply
edisket123
Posts: 5
Joined: Thu Jan 10, 2019 9:52 am

Filtering after rendering of the report

Post by edisket123 »

Hi, i would like to know if it is possible to filter the report after rendering?
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Filtering after rendering of the report

Post by Lech Kulikowski »

Hello,

Please check the Parameters category on our Demo:
https://demo.stimulsoft.com/

Thank you.
edisket123
Posts: 5
Joined: Thu Jan 10, 2019 9:52 am

Re: Filtering after rendering of the report

Post 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?
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Filtering after rendering of the report

Post by Lech Kulikowski »

Hello,

You can set the RequestParameters=true property. In this case, rendering will start only after submitting parameters.

Thank you.
Post Reply