Using Event Handling For Drilldown Reports In C#

Stimulsoft Reports.WPF discussion
Post Reply
billy.goforth
Posts: 24
Joined: Fri Apr 09, 2021 1:44 pm

Using Event Handling For Drilldown Reports In C#

Post by billy.goforth »

I have a report for which I am enabling drilldown capability on a databand. When a user clicks on an item within the databand, I need to capture that event in C# and then run a query to fetch the drilldown data.
I'm not seeing a way to do this in the Stimulsoft documentation, but I feel this is something people have to be doing as to not load an entire (sometimes huge) dataset to support a drilldown selection.

Has anyone created drilldown reports and handle click events from stimulsoft in C# (or other code)?
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Using Event Handling For Drilldown Reports In C#

Post by Lech Kulikowski »

Hello,

You can use the GetDrillDownReport event of the report.

Thank you.
Post Reply