Unplanned
Last Updated: 21 May 2019 08:04 by ADMIN
ADMIN
Created by: Silviya
Comments: 1
Category: Reporting
Type: Feature Request
3
When a report contains data item bound to big amount of data, it takes time to export in CSV format due to data denormalization.
This would be a performance improvement for big data reports. 
Unplanned
Last Updated: 26 Feb 2019 15:51 by ADMIN
ADMIN
Created by: Milen | Product Manager @DX
Comments: 1
Category: Reporting
Type: Feature Request
3
In some cases, the data source might have dynamic columns meaning that the columns might change for different report runs. I need to be able to detect if a particular column is available using an expression so that I can handle its absence without showing an error to the end user.
Unplanned
Last Updated: 26 Feb 2019 09:42 by ADMIN
ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
3
Loading huge DB schemas in bulk is time-consuming. Add lazy schema loader for the table column definitions in order to improve the user experience when using DB with a huge schema.
In Development
Last Updated: 03 Apr 2026 07:22 by ADMIN

On export to MS Word, a numbered list that spans two pages restarts at (1) on the second page. Instead, the numbered list should continue numbering from the first page. 

For example, if a list has five items and the fourth item starts on a new page, when I export the report to MS Word, the first three items are numbered (1), (2), and (3), and the last two items are numbered (1) and (2) again.  The last two items should be numbered (4) and (5).

In addition, if an item in a numbered list splits between two pages, the item is numbered twice: once at the beginning of the item and again on the first line that appears on the next page. The line at the top of the second page is numbered (1). This second number should not appear.

The attached file shows both these issues.

In Development
Last Updated: 03 Apr 2026 07:22 by ADMIN
When I export a report to MS Word that includes a bullet list and one of the items in the list spans two pages, the item gets two bullets in MS Word: one on the first line of the bullet, which is correct, and on the first line of the bullet that appears on the next page. This second bullet should not appear. The attached screen shot shows what I mean.
Unplanned
Last Updated: 24 Jan 2019 12:20 by ADMIN
This will enable Reports in a Report Book to be represented in different TOC levels, i.e. if it is necessary to have some of the reports to be in an inner level of main Report Book TOC they could be grouped in a separate Report Book, and the latter could be included as ReportSource in the main Report Book.
Unplanned
Last Updated: 13 Mar 2020 12:37 by ADMIN
Unplanned
Last Updated: 27 Feb 2019 13:16 by ADMIN

My Scatter Chart  has 3 points that are very close and I want to change label alignment for 1 as Top, 2 as Left and 3 as right.

Currently, there is no option to automatically place the labels so that they don't overlap.

Completed
Last Updated: 20 Jun 2019 13:20 by ADMIN
Release R2 2019 SP1
t
Created by: Mozhgan
Comments: 1
Category: Reporting
Type: Bug Report
3
t

Hi Support Team,

 

There an issue  for exporting  report to PowerPoint when there is grouping in table and tables goes to next page, 

I got this error : "The given key was not present in the dictionary"

I've attached sample trdx file for your consideration.

 

Thanks,

Mozhgan Javadi

Completed
Last Updated: 20 Jun 2019 13:21 by ADMIN
Release R2 2019 SP1
Created by: Mark
Comments: 0
Category: Reporting
Type: Feature Request
3
I need the ability to get the selected printer settings out of the printer dialog box once the user has selected their options and hit print/apply. I need this information in the PrintEndEvent in order to find out where the user is printing to (pdf or to a printer). 
Unplanned
Last Updated: 19 Apr 2019 13:15 by ADMIN
Created by: Samuel
Comments: 0
Category: Reporting
Type: Feature Request
3
It would be nice to be able to just use the color value from the query result, as the color.
Unplanned
Last Updated: 02 May 2019 14:00 by ADMIN
Add support for Latin-2 - Central European characters ( š,Š,Đ,đ,Č,ć,,Ž,ž )
Unplanned
Last Updated: 13 May 2019 07:15 by ADMIN
Created by: Tax ID
Comments: 0
Category: Reporting
Type: Bug Report
3
The Thai character "ฝ่" is not exported properly in PDF. When the report is exported in Docx and then saved as PDF the character is displayed correctly.
Completed
Last Updated: 20 Jun 2019 13:18 by ADMIN

Using the following code for updating the ReportSource of the viewer:

ngOnInit() {
  this.setParameters();
}

setParameters(): void {
  this.reportViewer.setReportSource({
    report: 'SampleReport.trdp',
    parameters: {}
  });
}

comes up with the error 

Argument of type '{ report: string; }' is not assignable to parameter of type 'JSON'.
  Type '{ report: string; }' is missing the following properties from type 'JSON': parse, stringify, [Symbol.toStringTag]

Currently, the workaround is to cast the reportSource object as follows:

ngAfterViewInit() {
  this.setReportSource();
}
 
setReportSource(): void {
  let rs = {
    report: 'SampleRepport.trdp',
    parameters: {}
  } as unknown as JSON;
  this.viewer.setReportSource(rs);
}


Unplanned
Last Updated: 13 Mar 2025 14:00 by ADMIN
A report that contains a Shape/Cross-Section item with width or height = 1px throws an exception when exported to DOCX (Microsoft Word) or PPTX (PowerPoint) formats.
Completed
Last Updated: 01 Nov 2019 16:47 by ADMIN

Go to page https://demos.telerik.com/reporting/product-catalog?&skinName=default

Open search dialog.

Try to move search dialog pressing left mouse button on search dialog title.

Incorrect behavior: search dialog disappears and appears again only when you finish pressing left mouse button.

Unplanned
Last Updated: 24 Jun 2019 10:05 by ADMIN
Created by: John
Comments: 0
Category: Reporting
Type: Feature Request
3
It would be great if it is possible to access the Windows User in the report without the need of writing additional code.
Unplanned
Last Updated: 16 Jul 2019 13:22 by ADMIN

When exporting a long report with ContinuousPaper = true in Word format, the output document has text cut.

Based on the limitation explained in the Pagination section in Design Considerations for Word Rendering article of our documentation, Word supports maximum page size of 22 inches wide and 22 inches high. If the page is higher than 22 inches, some data may not be displayed in Print Layout view. So, in Word, a long document couldn't be rendered.

At least, this property could be avoided when printed in Word format.

Declined
Last Updated: 30 Jul 2019 10:04 by ADMIN
Created by: bijay
Comments: 1
Category: Reporting
Type: Feature Request
3
in MVC application,Is it Possible in Telerik Export Excel With (.csv) format with Design like Bold headres,ColumnWidths and Header Colour etc.
Declined
Last Updated: 01 Aug 2019 08:59 by ADMIN
Created by: Andrey
Comments: 1
Category: Reporting
Type: Feature Request
3
Need 2D code Datamatrix required especial GS1-Datamatrix