This is a migrated thread and some comments may be shown as answers.

Dynamic Parameter

1 Answer 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joe Bohen
Top achievements
Rank 1
Joe Bohen asked on 17 Jul 2011, 10:39 AM
I have a report with a textbox with a report action set to navigate to report is it possible to get the value from the textbox that is clicked and use its value  as a parameter for the second report?

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 19 Jul 2011, 04:29 PM
Hello Joe Bohen,

If the textbox's value is a data field, you can just set the drill trough report's parameter to the same data field as shown in the following example:
Parameter  Parameter Value 
MyParameter  =Fields.MyField

Another option is to use the ReportItem.Value expression that is evaluated to the current item's value:
 Parameter  Parameter Value
 MyParameter =ReportItem.Value 

Regards,
Peter
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
Joe Bohen
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or