How To Get Value Of Selected Row

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

How To Get Value Of Selected Row

Post by billy.goforth »

I have an application for which I'm building a DrillDown Report, BUT the GetDrillDownReport Global event is not getting called, therefore I never get access to load the DrilldownReport from my database query.

So, now I'm trying to access the selected ROW in the StiDataBand in order to use that string as a DRillDownParameter in hopes of using that to build the drilldown report in the Client using the global Click Event handler, which is working.

But I cannot find how to get the value of the selected row to populate the DRillDownParameter(s) with the selected row column data.

How can I do this? OR can anyone explain why the GetDrillDownReport Event Handler never gets called, but the other GlobalEvents do?

B
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: How To Get Value Of Selected Row

Post by Lech Kulikowski »

Hello,

You can add DrillDown parameters for the necessary component and then use it as this["ParamName"]

Thank you.
Post Reply