Good Morning everyone,
i've the following problem. I have a report with hyperlinks assigned to a TextBox. Doing this with the following code in the Detail section:
Telerik.Reporting.NavigateToUrlAction url = new Telerik.Reporting.NavigateToUrlAction();
url.Url = "http://www.telerik.com";
this.textBoxBBlockNo.Action = url;
Working in the Telerik Visual Studio Report Designer i get my hyperlinks when i swtich to the preview tab. When i preview the report in the ReportViewer (WinForms), the hyperlinks are not there.
Any one else experiencing the same behaviour? i'm working on the latest version of Telerik Reporting (Telerik_Reporting_Q2_2012_v6_1_12_611_Dev).
Greetings,
Michael
i've the following problem. I have a report with hyperlinks assigned to a TextBox. Doing this with the following code in the Detail section:
Telerik.Reporting.NavigateToUrlAction url = new Telerik.Reporting.NavigateToUrlAction();
url.Url = "http://www.telerik.com";
this.textBoxBBlockNo.Action = url;
Working in the Telerik Visual Studio Report Designer i get my hyperlinks when i swtich to the preview tab. When i preview the report in the ReportViewer (WinForms), the hyperlinks are not there.
Any one else experiencing the same behaviour? i'm working on the latest version of Telerik Reporting (Telerik_Reporting_Q2_2012_v6_1_12_611_Dev).
Greetings,
Michael