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.
I used https://docs.telerik.com/reporting/html5-report-viewer-howto-use-it-with-reportserver to setup an HTML5 Report Viewer with Report Server. After running the project, the viewer does not load. It seems that it could not find telerikReportViewer script.
Workaround: Instead of
<script src="/api/reports/resources/js/telerikReportViewer"></script>
use absolute path:<script src="http://yourreportserverhost:83/api/reports/resources/js/telerikReportViewer"></script>
Hi,
It's very frustrating having to type in Style Names in the Properties tool window.
All styles names both internal and external should be known by the standalone designer or Visual Studio designer.
This would be a big productivity boost.
Karl