Report Drilldown Database Queries

Stimulsoft Reports.NET discussion
Post Reply
wayne_the_coder
Posts: 2
Joined: Fri Dec 15, 2023 2:50 pm

Report Drilldown Database Queries

Post by wayne_the_coder »

Is there a way to load/refresh an SQL Data Source when displaying a Drilldown page? I have tables with millions of rows so it is not really possible to load Drilldown data when the main report is displayed. I need to be able to load a data source with data when the use clicks a drilldown link passing in a param to filter the data in the SQL.
Lech Kulikowski
Posts: 6329
Joined: Tue Mar 20, 2018 5:34 am

Re: Report Drilldown Database Queries

Post by Lech Kulikowski »

Hello,

You can use the Drill-Down parameters in the query.

Thank you.
Attachments
DrillDownParameterInQuery.mrt
(10.07 KiB) Downloaded 83 times
wayne_the_coder
Posts: 2
Joined: Fri Dec 15, 2023 2:50 pm

Re: Report Drilldown Database Queries

Post by wayne_the_coder »

Lech Kulikowski wrote: Mon Dec 18, 2023 10:34 pm Hello,

You can use the Drill-Down parameters in the query.

Thank you.
Will the Data source automatically refresh when the user clicks a Drilldown link?

Wayne
Lech Kulikowski
Posts: 6329
Joined: Tue Mar 20, 2018 5:34 am

Re: Report Drilldown Database Queries

Post by Lech Kulikowski »

Hello,

Yes.

Thank you.
Post Reply