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

Telerik Reporting Issue

1 Answer 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 19 Nov 2012, 09:51 AM
I want to navigate from column of the report to other page with a parameter with field value (eg. =Fields.ProjAdvName) and also want a popup window rather than tab on next page as I redirect to other page with the column click. I searched it and tried it but didn't work sorry if my search is inadequate

Please help: While opening other aspx page, i need to pass parameter in url. This parameter name = value should come from column of telerik report.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 21 Nov 2012, 07:47 PM
Hi Sean,

You can open another page with a similar Target Url e.g.: = "http://www.yourdomain.com/myreportviewer.aspx?MyKey=" + ReportItem.Value where ReportItem.Value would get you the value from the report item which triggered the action. You can get that value in the page you're redirecting to with code like this: string query = (string)Request.QueryString["MyKey"];

Note that Hyperlink Action is opened in a new window by default, whether this window is opened as a new tab is controlled by the browser itself, we do not have control over that behavior.

Regards,
Steve
the Telerik team

HAPPY WITH TELERIK REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!

Tags
General Discussions
Asked by
Sean
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or