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
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!