Page 1 of 1

Drill Down To Report Parameters

Posted: Thu Jun 17, 2010 11:24 am
by Tom7
Hi All

Can anyone explain how I can access the drill-down parameters when I have set the drill-down to open a different report, I need to pass some of the same parameters used for the original report into the report opened by the drill down action.

I need to know how to access these parameters in VB.net (my report setup is using VB, not C#)

I want to either set local variables in my drill down report to be the values of the parameters, or be able to use the parameters in a filter on a data band

Any help would be great

Thanks

Tom

Drill Down To Report Parameters

Posted: Fri Jun 18, 2010 2:08 pm
by Jan
Hello Tom,

Please check attached images. On first image you can see that first parameter is declared with name Category. On second image you can see how this parameter is used in Filter of detailed page.

Thank you.