When attempting to export a report in Excel 97-2003 format, an exception is thrown:
"The type initializer for Telerik.Reporting.Excel 97.Workbook threw an exception. Object contains non-primitive or non-blittable data."
As HTML, PDF and OpenXML-based renderings are supported on Linux/macOS machines, please remove the old Excel 97-2003 format.
Hi Team,
As Heat maps are not supported by Telerik reporting, Could you please let me know if you have workaround solution readily as a demo . If not please suggest the which third part libraries to be used in C# solution.
The expression parser throws an exception when parsing an expression that calls .ToString() method after closing parenthesis like the one below:
=(Fields.Value1+Fields.Value2).ToString()
If the two operands in parentheses are converted to double, the expression is parsed and evaluated correctly:
=CDbl(Fields.Value1+Fields.Value2).ToString()
After R1 2019 Telerik Web Report Viewers use Kendo splitter for resizing Parameters and Document map areas. At this point, there is no way to change the Parameters Areas position.
When dynamically create a new tab which contains a report viewer, only the first report is rendered correctly. The subsequent tabs with report viewers are empty.
Telerik saving to PDF issue intermittently. The issue is that the graph gets skewed and then won’t open in Acrobat once the report is exported.
It would be extremely useful to have a Crosstab export the entire hierarchy as groups in Excel. SQL Reporting Services does this when exporting a report created there. I realize that this would mean generating the entire dataset prior to the export in order to expand all the data, but as I said, SSRS does this without a noticeable performance delay.
Asking to enable typing into the font combo box in standalone Telerik Report Designer.
The concept would be to click on the font drop down and just start to type the name of the font and have the list shift to that position for you.
Please add to the Telerik reporting step line chart the same functionality that exists in the kendo ui step line chart. There is an attribute for justified = true that allows the line to step directly to the marker rather than having them placed in the middle of the step. Please see the attached images for the current result vs the desired result.