Pass additional parameters to a drill down report

Stimulsoft Reports.NET discussion
Post Reply
Tom7
Posts: 21
Joined: Wed Mar 24, 2010 5:22 am
Location: Belfast

Pass additional parameters to a drill down report

Post by Tom7 »

Hi All

Is there any way to pass additional parameters to a drill down report from the master report? I will be selecting back high level data based on a date range in the master report, where both the start date and end date are saved in normal variables (called startDate & endDate), I am already using 2 of the drill down parameters but I need to pass these two date variables to the drill down report also, and populate local startDate and endDate variables in that report.

Many Thanks

Tom
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Pass additional parameters to a drill down report

Post by Andrew »

Hello,

Yes, the number of parameters is limited in 3. We will try to find the solution and let you know about the result.

Thank you.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Pass additional parameters to a drill down report

Post by Jan »

Hello Tom,

Please add following code to BeforePrintEvent of component which require additional drill-down parameters:

Code: Select all

MyComponent.DrillDownParameters.Add("NameOfParameter", value);
Thank you.
Post Reply