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
>
After updating to v9.2.15.1126 for Reporting now the Export button does not work. No Export types are listed when the Export button is selected. There is no way to Export a report.
Printing works fine.
Best Regards,
Mark Kilroy