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
Pass additional parameters to a drill down report
Pass additional parameters to a drill down report
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.
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.
Pass additional parameters to a drill down report
Hello Tom,
Please add following code to BeforePrintEvent of component which require additional drill-down parameters:
Thank you.
Please add following code to BeforePrintEvent of component which require additional drill-down parameters:
Code: Select all
MyComponent.DrillDownParameters.Add("NameOfParameter", value);