Page 1 of 1

Using Event Handling For Drilldown Reports In C#

Posted: Fri Apr 09, 2021 2:00 pm
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)?

Re: Using Event Handling For Drilldown Reports In C#

Posted: Mon Apr 12, 2021 9:09 pm
by Lech Kulikowski
Hello,

You can use the GetDrillDownReport event of the report.

Thank you.