I'm using WPF Telerik Reporting Q2 2014. Is it possible to open a drill-through report in a new tab/window ?
Thanks,
Josh
3 Answers, 1 is accepted
0
Stef
Telerik team
answered on 29 Aug 2014, 11:07 AM
Hi Josh,
The navigation between reports happens in the same viewer control. If you need to display reports in different tabs, our suggestion is to use the RadTabControl, which allows you to preserve the content's state on switching between tabs, and custom UI to allow the user to select a report for preview.
Regards,
Stef
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Using WPF Telerik Reporting Q2 2014 as well. Setting a control's Action to Navigate to Report is only working within the designer Preview tab. On publish, the hyperlink does not even appear on the control.
Is there an issue with this?
0
Stef
Telerik team
answered on 09 Nov 2015, 12:19 PM
Hello Bryan,
The NavigateToReportAction works as expected in the WPF ReportViewer of Telerik Reporting Q3 2015 SP1 v9.2.15.1105 (and Q2 2014 v8.1.14.804). It can be tested with the local demos installed by default under C:\Program Files (x86)\Telerik\Reporting <VERSION>>\Examples.
In general, reports are rendered in XAML format for the WPF ReportViewer (Canvas with more elements on it). Thus check if there are any global style setters that may mess with the rendered XAML. Check also if there are any errors on displaying the target report, for the purpose check the machine's Event Viewer and test subscribing for the report's Error event.
I hope this information is helpful.
Regards,
Stef
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items