Page 1 of 2
Redirect to URL on clicking HyperLink
Posted: Fri Aug 02, 2013 9:44 am
by rj123
Am generating a report. In the DataBand for the text field i have added the hyperlink property.
Currently on clicking the hyperlink the url is opening in a new window but i want the report to redirect to the URl.
Thanks in Advance.
Re: Redirect to URL on clicking HyperLink
Posted: Fri Aug 02, 2013 2:33 pm
by HighAley
Hello.
Sory, we don't understand you do you want to do.
Could you describe your problem more detailed with examples?
Thank you.
Re: Redirect to URL on clicking HyperLink
Posted: Tue Aug 06, 2013 8:23 am
by rj123
Am generating a report. In the DataBand for the text field i have added the hyperlink property.
Currently on clicking the hyperlink the url is opening in a new window but i want the report to redirect to the URL.
For example: My Report is populated in window1 and on clicking the hyperlink in the text field in the report, window2 is opening as a new window. But as per the requirement window1 should get redirected to window2 instead of opening a new window.
Please find the report Attached.
Please let me know if you need any more details.
Thanks in Advance.
Re: Redirect to URL on clicking HyperLink
Posted: Thu Aug 08, 2013 4:27 am
by rj123
To be have any updates on this.
Thanks.
Re: Redirect to URL on clicking HyperLink
Posted: Thu Aug 08, 2013 1:45 pm
by HighAley
Hello.
It seem that you should use Drill-down. Please, watch next videos:
http://www.stimulsoft.com/en/videos?tag ... tion&id=53
http://www.stimulsoft.com/en/videos?tag ... tion&id=54
You could find sample report named
Interactive Reports -
List of Products in our Demo.
Thank you.
Re: Redirect to URL on clicking HyperLink
Posted: Mon Aug 12, 2013 5:57 am
by rj123
Hi,
In the given examples on clicking the link the user is either redirected to a new report / new page in the same report.
But our requirement is different. We have given an aspx page in the hyperlink property of a text in a databand.
Currently, on clicking this hyperlink, the aspx page is opening in a new tab. What we want is that on clicking the hyperlink the aspx page should open in the same window.
Please let us know if this is possible.
Thanks in advance.
Re: Redirect to URL on clicking HyperLink
Posted: Mon Aug 12, 2013 10:46 am
by HighAley
Hello.
What Viewer do you use?
Which version?
Thank you.
Re: Redirect to URL on clicking HyperLink
Posted: Mon Aug 12, 2013 10:53 am
by rj123
We are using StiWebViewer to view the report.
Version 2013.1.1600.
Thanks.
Re: Redirect to URL on clicking HyperLink
Posted: Tue Aug 13, 2013 6:11 am
by HighAley
Hello.
Please, try to set next properties of the StiWebViewer:
Code: Select all
cc1:StiWebViewer ID="StiWebViewer1" runat="server" OpenLinksInNewWindow="False"
Thank you.
Re: Redirect to URL on clicking HyperLink
Posted: Wed Aug 14, 2013 4:18 am
by rj123
Hi,
Thanks for the solution it worked.
Thanks.