Declined
Last Updated: 26 Mar 2021 16:17 by ADMIN
Created by: Travis
Comments: 2
Category: Reporting
Type: Feature Request
5
A Reporting engine should expose the ability to control the layout of the table of contents\Document Map. Reports are not always data driven and should give the ability to display the contents of the report at different levels, much like Microsoft Word does with their table of contents.
Completed
Last Updated: 16 Jan 2019 14:23 by ADMIN
Created by: HCP4
Comments: 2
Category: Reporting
Type: Feature Request
5
When in Print Preview, allow the user to view more than one page at a time. Maybe using the zoom out or mouse wheel to show more and zoom in to show less.

Thanks!
Unplanned
Last Updated: 14 Sep 2018 14:25 by Pavel
Created by: Pavel
Comments: 0
Category: Reporting
Type: Feature Request
5
It would be very useful to have the option of changing Sort and Toggle Visibility icons for example to a vector image. Default png is not looking good when the report is scaled or in specific styles.
Attached an example.
Completed
Last Updated: 06 Nov 2023 15:42 by ADMIN
Release R2 2019 SP1
Created by: Marcin
Comments: 2
Category: Reporting
Type: Feature Request
5
With the recent release of StackExchange.Redis v2.0 there are HARD BREAK changes. I would like Telerik Reporting to work also with this version.
Unplanned
Last Updated: 26 Mar 2021 17:33 by ADMIN
Created by: David
Comments: 1
Category: Reporting
Type: Feature Request
5

Hello,

 

I have been working on some reports that require multiple tables on a single page. This limits the space columns have for data being bound to fit and results in text wrapping. I made a support ticket asking if there was a way to have dynamic column widths. I hoped to find a way to get table columns to change their widths depending on the data being bound to the table, while still maintaining the overall width of the table. My idea was to have it distribute the space (change the column width) to best display data and avoid text wrapping if possible. 

 

Attached to this request are some PDFs. One of them ("Current Report") shows that some data is either cut off or uses text wrapping. The other attached PDF shows the closest I could get to an acceptable layout, given our clients requirements and what our design team wants the reports to look like.

Thank you!

Unplanned
Last Updated: 05 Aug 2019 08:22 by ADMIN
Created by: Veronika
Comments: 0
Category: Reporting
Type: Feature Request
5
Add the ability to validate cascading parameters based on a specific requirements on the server
Unplanned
Last Updated: 05 Sep 2019 07:58 by ADMIN
Currently when converting CLR Report definition (CS/VB) to declarative (TRDP) definition the localization resources (information in RESX files) is not passed, hence the generated TRDP files are not localized. Preserving localization will be very useful, especially when moving an existing reporting project from .NET to .NET Core framework where the recommended report type is TRDP.
Planned
Last Updated: 28 Oct 2020 19:02 by ADMIN
Scheduled for R1 2021

If a table-based item (Table, List, Crosstab) does not fit in a single page and needs to occupy more than one page, its bottom border is not drawn on the first page and its top border is not drawn on the second (subsequent) page. This behavior is by design and its purpose is to help the users visually distinguish the table as a single item. The table has only one top and bottom border and they are displayed at the beginning and at the end of the table, regardless how many pages the table actually occupies.

Since users might find this confusing, a table should have a property controlling this behavior. The default state of the property will preserve the current rendering. If the user explicitly sets the property, then the table will draw its top and bottom borders on every page it occupies.

Unplanned
Last Updated: 12 May 2025 08:03 by ADMIN
Scheduled for 2025 Q2
If a RTL text that contains strings and digits is exported to PDF or printed, in the exported document first the digits are printed and then the strings.
Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
Created by: Patrick
Comments: 2
Category: Reporting
Type: Feature Request
5

For the new Swiss paiment system, we need to add a QR Code with a logo inside it. The logo must be centered and be 7x7 mm.

Currently, there is no possibility to do it with Telerik Reporting, so please add it.

Unplanned
Last Updated: 20 May 2020 07:45 by ADMIN
Created by: Jolanta
Comments: 0
Category: Reporting
Type: Bug Report
5
Try to put a very long text that cannot fit on a single line in a TextBox with solid borders. When you export to PDF, the text may spill out of the TextBox borders.
Completed
Last Updated: 25 Aug 2021 13:44 by ADMIN
In WebReportDesigner for Blazor application I cannot find the already set WebServiceDataSource parameters. When I try to create a table using the table wizard and select the existing WebServiceDataSource, I don't see any Data Source Fields.
Completed
Last Updated: 26 Mar 2021 10:40 by ADMIN
Created by: Peter
Comments: 1
Category: Reporting
Type: Feature Request
5
Automate the process of integrating the Web Report Designer widget in Visual Studio projects. Automatically detect and add missing NuGet dependencies, add ReportDesignerController, and configure the project.
Unplanned
Last Updated: 11 Jul 2022 07:16 by ADMIN
Created by: Mirzodaler
Comments: 4
Category: Reporting
Type: Feature Request
5

We have implemented custom storage (IDefinitionStorage) with the SaveDefinition method where it saves the edited report in a custom way. There can be some validations and save can fail. For this, I am just throwing a new Exception. The error message is showing in a general way, and it doesn't show my custom message.

Completed
Last Updated: 12 May 2021 13:42 by ADMIN
Release R2 2021
Created by: Olivier
Comments: 2
Category: Reporting
Type: Feature Request
5

Hi,

I'm not reporting an issue here, just making a suggestion about a minor change that I would consider as an improvement.

I'm loading at runtime a report template that was created using the standalone report designer. I'm dynamically replacing all the 'DataSources' of the report, and thus I have to go through all the items of the report to find them all.

The first step is to flatten all the items with a recursive call, starting from the 'Report'. I get a list of ReportItem, and I can cycle through this list and find those that inherits from 'DataItem'. From there, I just have to pick all the distinct DataSources from these DataItems.

And it almost works, except that I'm missing the DataSource from the Report itself, as the Report class does not inherit from DataItem but implements IDataItem.

If IDataItem was public, I could simply use it instead of 'DataItem', but as it is internal I have to handle a special case. And I don't like that.

Maybe I'm missing a good reason to keep this interface internal, but if not my suggestion is to make it public.

Regards,

Olivier

Unplanned
Last Updated: 17 Sep 2020 13:37 by ADMIN

The FreezeColumnHeaders functionality doesn't behave properly when Action is set on the header. The white background color of the headers which we need to see in the viewer when the FreezeColumnHeaders property is set to True is missing. Please, check the attached project which reproduces the issue. If you reset the Action property of the ID header, then the FreezeColumnHeaders functionality works as expected.

Completed
Last Updated: 15 Dec 2020 11:13 by ADMIN
Release R3 2020 SP1
Created by: Simon
Comments: 5
Category: Reporting
Type: Feature Request
5
This will allow the SVG images to retain high quality at all zoom levels.
Completed
Last Updated: 20 Jan 2021 14:03 by ADMIN
Release R1 2021
Created by: SturmA
Comments: 2
Category: Reporting
Type: Bug Report
5

When a Report with ObjectDataSourceParameter is loaded into the WebReportDesigner, the designer throws an error when trying to initialize the parameter.

Could not create instance of 'ObjectDataSourceParameter'. TypeError: Cannot read property 'push' of undefined
    at new d (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:89908)
    at new a (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:277743)
    at s.CreateInstance (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:644848)
    at d.<anonymous> (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:515470)
    at Generator.next (<anonymous>)
    at http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:513964
    at new Promise (<anonymous>)
    at l (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:513709)
    at d.CreateComponent (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:515160)
    at a.<anonymous> (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:58884) 

Unplanned
Last Updated: 14 Dec 2020 15:10 by ADMIN
Created by: Natalie
Comments: 0
Category: Reporting
Type: Feature Request
5
Exclude(hide/show) a report from Report Book based on ReportBook Parameter
Unplanned
Last Updated: 09 Feb 2022 07:42 by ADMIN
Created by: Maxim
Comments: 2
Category: Reporting
Type: Bug Report
5
I have a table in the Report Header and when I export to CSV format, the table does not appear in the document.