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
Hello!
I seem to be having an issue where a vertical line gets added to my bar chart in the report viewer. As seen in the screenshots below, the preview of the chart in the report designer does not include the lines. However, when I generate the report in the chrome report viewer it adds lines that extend from the top of the bar to the number. This issue does not exist in our windows viewer, the only difference between the two reports are these lines.
Is there a workaround to this issue or am I accidentally checking a box somewhere in the designer?
Thanks,
Alex

<html><head><title>Error</title></head><body style='overflow:hidden;'><script type='text/javascript'>window.ErrorMessage = "<div style=\"text-align:left;padding-left:10px;padding-right:10px;\"><br /> <span style=\"font-family:'Verdana';font-size:18pt;color:Red;text-align:left;\">##SessionHasExpiredError##<hr size=1 style='width:100%; color:silver' /></span><br/><span style='color: maroon; font-size: 14pt; text-align:left; font-family:\"Verdana\"; font-style:italic'>##SessionHasExpiredMessage##</span><br /></div>";</script></body></html>