Hello,
I have a report with drillthrough actions. When these action-items are clickable (i.e. interactive mode) I want to display the items underlined, but in print mode I want no underline (since the items are no longer clickable). Does this make sense, and is it possible? This behavior exists with the drilldown-buttons, but this is not a drilldown report.
Best regards, Anders

I would like to have 2 external style sheets ("A.xml" & "B.xml" or 1 external style sheet with different Selectors ("A.TableNormal" & "B.TableNormal")
Is there a way I can pass in a paramter (A / B) and toggle between the external style sheet or pass in "A.xml" or "B.xml" as the parameter and set it in a conditional formatting section? If not, is there a way to change the table style based on a parameter? If parameter1 = A, StyleName=A.TableNormal.

Enviroments:
Windows 7 ultimate russian x64
Visual studio 2010, 2012, 2015
MS SQL Server 2008, 2014
Telerik Reporting Q2 2012, Q3 2012, Q1 2015, Q1 2016
Problem: When run Q1 2016 report designer - get error. Please see attached file
Tested also on the Windows 10 pro (russian) x64, and Windows 7 pro x64 - the same error
Hi, does Telerik suppport generating Multi-Axis Line Charts report?
Just like attached sample

Hello,
I have a WPF application that runs correctly... until I updated to Telerik Reporting Q1 2016.
Now, evey time I try to preview a report, I have an InvalidOperationException, with the following message:
Layout measurement override of element 'Telerik.Windows.Controls.Primitives.LayoutTransformControl' should not return NaN values as its DesiredSize.

| Report report = new MyReport(); |
| report.Culture = new CultureInfo("en-US"); |
| report.DataSource = someDataSet; |
| string mimeType = ""; |
| string extension = ""; |
| Encoding encoding = null; |
| Hashtable deviceSettings = new Hashtable(); |
| deviceSettings["FontEmbedding"] = "Subset"; |
| deviceSettings["DocumentTitle"] = report.DocumentName; |
| deviceSettings["DocumentAuthor"] = "My Company"; |
| byte[] buffer = |
| Telerik.Reporting.Processing.ReportProcessor.Render("PDF", report, deviceSettings, out mimeType, out extension, out encoding); |
| // ... save the PDF using FileStream ... |
| // WinForms initialization code |
| private Telerik.ReportViewer.WinForms.ReportViewer mainReportViewer; |
| // .... |
| public void ShowReport(Report report) |
| { |
| mainReportViewer.Report = report; |
| mainReportViewer.RefreshReport(); |
| } |
Thread.CurrentThread.CurrentUICultureand
Thread.CurrentThread.CurrentCulture