Completed
Last Updated: 20 Jun 2019 13:13 by ADMIN
I would like WPF viewer to behave like WinForms viewer and to keep the content of the rendered in XAML report in the page area in case of exceptions when exporting in other formats.
Completed
Last Updated: 20 Jun 2019 13:14 by ADMIN
Release R2 2019 SP1

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.

Declined
Last Updated: 10 Apr 2019 10:23 by Khaiser
Created by: Khaiser
Comments: 2
Category: Reporting
Type: Feature Request
1

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.

Unplanned
Last Updated: 09 Apr 2019 11:13 by ADMIN
While a project is being debugged, VS crashes when the report's zoom is changed in the VS Designer. Please, check the attached screenshot.
Completed
Last Updated: 15 May 2019 13:50 by ADMIN
Drilling from one report to another using dates prior to 1970 do not work and end up getting "parsed" as null. That works correctly for dates greater than or equal to 01/01/1970, since that's the epoch for Unix time, but fails for dates before that.
Unplanned
Last Updated: 12 Apr 2019 14:43 by ADMIN
The text of vertical textbox is cropped and duplicated on the next page in crosstab
Completed
Last Updated: 20 May 2019 11:15 by ADMIN
 For example in WinForms, it is initialized and ready for setting different device settings.
Completed
Last Updated: 15 May 2019 14:27 by ADMIN

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()

 
Completed
Last Updated: 26 Jun 2019 06:50 by ADMIN
Created by: Silviya
Comments: 0
Category: Reporting
Type: Feature Request
1

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.

Completed
Last Updated: 20 Jun 2019 13:17 by ADMIN
The MS Access OLE DB provider is not providing the correct QuotePrefix, QuoteSuffix, QuoteAlias that is causing errors in the SQL Query Designer that is part of the Standalone Report Designer.
Unplanned
Last Updated: 22 May 2019 13:01 by ADMIN
Is it possible to do the conditional formatting of a text watermark? For example, I am checking if the parameter value is equal to Passed, then font color of watermark should turn green else it turns red.
Completed
Last Updated: 20 Jun 2019 13:23 by ADMIN

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.

Unplanned
Last Updated: 06 Jun 2019 11:56 by ADMIN

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.

Unplanned
Last Updated: 21 Jun 2019 11:19 by ADMIN
Created by: Carl
Comments: 1
Category: Reporting
Type: Feature Request
1

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.

 

 

Unplanned
Last Updated: 24 Jun 2019 09:08 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently to add a new Shared/Project DataSource a new component item is added and then modified manually to Telerik Reporting DataSource. This is not obvious and is kind of peculiar workflow. Thus consider adding ItemTemplates to manage the process for adding new Telerik Reporting Shared/Project DataSources.
Unplanned
Last Updated: 02 Jul 2019 09:08 by ADMIN
Created by: Ronald
Comments: 0
Category: Reporting
Type: Bug Report
1
After the report is translated we started to change the sequence of parameters. This works fine except the translated texts do not move with it. So parameters have the wrong text.
Completed
Last Updated: 22 Oct 2019 11:28 by ADMIN
When a TextBox is deleted from a localized report, if a new TextBox is added, its localized value would be set to the localized value of the deleted TextBox.
Unplanned
Last Updated: 15 Jul 2019 10:46 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
1
When a column is hidden through binding, a small gap appears to the border of the next column.
Unplanned
Last Updated: 23 Jul 2019 11:16 by ADMIN
Created by: Brian
Comments: 1
Category: Reporting
Type: Feature Request
1

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.

Unplanned
Last Updated: 29 Mar 2021 10:03 by ADMIN
Created by: Charles
Comments: 1
Category: Reporting
Type: Feature Request
1

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.