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

Adding links to report

1 Answer 351 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Terry Burns-Dyson
Top achievements
Rank 1
Terry Burns-Dyson asked on 12 Mar 2012, 03:27 PM
We have a need to add an action to a report with a link to the specific object. We produce pdf reports, and we've been asked to provide some way of a user clicking a link to get to an account or a record from within the pdf.

I know it's possible to add actions into a report, but I can't find anyway to give the link access to another value from the data so we can build URLS.  

1 Answer, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 12 Mar 2012, 03:38 PM
Hi Terry,

You can accomplish such functionality by utilizing Hyperlink Action with a similar Target Url e.g.:

= "http://www.yourdomain.com/radwindow.aspx?MyKey=" + ReportItem.Value

where ReportItem.Value would get you the current item value. Should you need value from another column, you can use Fields.MyColumn in the expression instead of ReportItem.Value.

All the best,
Steve
the Telerik team
NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.
Tags
General Discussions
Asked by
Terry Burns-Dyson
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or