How to prevent data table from loading on load

Stimulsoft Reports.WEB discussion
Post Reply
zahidov92
Posts: 2
Joined: Mon May 16, 2022 12:28 pm

How to prevent data table from loading on load

Post by zahidov92 »

Hi,

I am trying to create a report with 3 parameters. The 3 parameters are required because they are used as a part of SQL query. 1 of them is string and the other 2 are dates. The two dates have initial value set.

What I want/need to happen: When user opens the report, I do not want the report to load with initialized values. I want the report to load after user makes a selection.

What's happening now: As soon as user opens the report, report is loaded using the initialized values of dates.
Lech Kulikowski
Posts: 6237
Joined: Tue Mar 20, 2018 5:34 am

Re: How to prevent data table from loading on load

Post by Lech Kulikowski »

Hello,

You can set the RequestParameters option for the report, in that case, the report will be rendered only after the user click Submit button.

Thank you.
zahidov92
Posts: 2
Joined: Mon May 16, 2022 12:28 pm

Re: How to prevent data table from loading on load

Post by zahidov92 »

Lech Kulikowski wrote: Tue May 17, 2022 11:31 am Hello,

You can set the RequestParameters option for the report, in that case, the report will be rendered only after the user click Submit button.

Thank you.
Hi, how can I do that? I am not familiar with RequestParameters options. Thanks!
Max Shamanov
Posts: 786
Joined: Tue Sep 07, 2021 10:11 am

Re: How to prevent data table from loading on load

Post by Max Shamanov »

Hello,

Select the check box on the report template.

Thank you.
Attachments
chrome_5JrYVkU6xn.png
chrome_5JrYVkU6xn.png (338.83 KiB) Viewed 486 times
Post Reply