Unplanned
Last Updated: 29 Jan 2021 09:34 by ADMIN

ReportViewer will resize correctly when the window is resized by manually dragging the frame, but when 'Maximize' or 'Restore Down' buttons are used, the resize will not occur. 

If continues scrolling is turned on, the next page to load in will be in a different size because it will be in the correct size, while the first page remains in the previous size.

A work-around is to add this codesnippet to the HTML, which will trigger the resize:

function resizeViewer() { $("#reportViewer1").trigger('resize'); }
window.addEventListener("resize", resizeViewer);

Unplanned
Last Updated: 28 Jan 2021 12:35 by ADMIN

On numerous occasions I've found that the need to float or rearrange the designer windows such as the data explorer, properties or group explorer window would be very beneficial to my workflow.

As well this request should consider the ability of the data explorer and report explorer to be decoupled so as both can be visible simultaneously.

Completed
Last Updated: 25 Jan 2021 11:56 by ADMIN
Release R3 2020
Created by: Peter
Comments: 1
Category: Reporting
Type: Feature Request
3
Facilitate the JSON Data Source initial setup or editing in Web Report Designer with a user-friendly wizard. 
Unplanned
Last Updated: 22 Jan 2021 09:18 by ADMIN
Created by: Ken
Comments: 1
Category: Reporting
Type: Feature Request
2

Normally table's of context are formatted with roman numerals.  Based on the responses in the forum, only Arabic numbers are allowed.  Request the ability to change the formatting of the rule numbers and restart the page numbering after the TOC.

 

Unplanned
Last Updated: 22 Jan 2021 09:16 by ADMIN
Created by: Ken
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be very useful if the page numbering is restarted after the TOC. 
Completed
Last Updated: 21 Jan 2021 08:22 by ADMIN
Release 2021 R1

Generate and distribute packages built against .Net 5.0.

Currently .Net 5.0 RC1 and .Net 5.0 RC2 are announced. The official version has been announced on 10th of November.

Completed
Last Updated: 20 Jan 2021 14:06 by ADMIN
Release R1 2021
Created by: Zhiting
Comments: 23
Category: Reporting
Type: Feature Request
41
For our Customers a major drawback to creating form type reports (Invoices, Purchase Orders etc.) using Telerik Reporting is the inability to show vertical dividing lines between data columns in the 'Detail' section of the report that extend all the way down the page to the Page/Report footer. We were able to do this with Crystal Reports. But we plan to migrate all our Crystal reports to Telerik.
Completed
Last Updated: 20 Jan 2021 14:04 by ADMIN
Release R1 2021
When we render our report in PDF or preview it in PrintPreview mode in the viewer, the last page may be lost.
Completed
Last Updated: 20 Jan 2021 14:04 by ADMIN
Release R1 2021

When configuring a WebServiceDataSource in the Web Report Designer in ASP.NET,  upon previewing the data there is an error '404 Not Found". The same web service was successfully resolved by the Standalone designer and in the ASP.NET Core demo.

The data source fields were visible and usable in the designer also under ASP.NET Web Report Designer.

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: 19 Jan 2021 16:17 by Osama
Created by: Harni
Comments: 1
Category: Reporting
Type: Feature Request
9
It would be nice if we can set ToolTips for the report parameters in design time
Unplanned
Last Updated: 18 Jan 2021 10:28 by ADMIN
There are multiple small visual defects when using the npm packages @progress/kendo-theme-default or -material:
- Toolbar glyphs are not centered
- Export submenu appears to the far left side.
- Toast messages for Loading/Done have no background and so interfere with report data.
- All report data is offset when using material theme.
Unplanned
Last Updated: 14 Jan 2021 18:54 by StillLearnin
Created by: StillLearnin
Comments: 7
Category: Reporting
Type: Feature Request
6
Please, add an option in the Standalone designer which will allow the user to select if the designer will be opened in full-screen mode or not.
Unplanned
Last Updated: 08 Jan 2021 13:17 by ADMIN
Created by: AlbertBoettger
Comments: 2
Category: Reporting
Type: Feature Request
0
As a report developer, I need to include in the report header overall information about the report that is passed in as an object data source (always only 1 row). This includes company name, address, logo image, user-entered report title, and human-readable filter descriptions, among other things. For some of my reports, I only include this once at the beginning of the report, but for other reports, this must be repeated on each page.  This data is in a list object since it comes from my dedicated object data source.  
Unplanned
Last Updated: 08 Jan 2021 13:08 by ADMIN
Created by: AlbertBoettger
Comments: 2
Category: Reporting
Type: Feature Request
3
It is not possible to directly access multiple data sources using expressions in a single section or object. I would like to be able to define multiple data sources on a report and then bind textboxes to the data sources using a formula such as "=First("DataSourceName","FieldName")", which would bind to field FieldName in the first record of datasource DataSourceName, regardless of the datasource assigned to the table, list, etc.  We should be able to reference fields from multiple datasources in a single table, at least when using aggregates that return one value, such as Min, Max, First, Last, Sum, etc.
Unplanned
Last Updated: 04 Jan 2021 13:42 by ADMIN

When a report is rendered by the REST Service, and that report has an element with applied 'Navigate To Report'-action, the full path of that file is being used as a reference, instead of a relative path or just the report-name.

Unplanned
Last Updated: 04 Jan 2021 09:19 by ADMIN
Created by: ryan
Comments: 0
Category: Reporting
Type: Feature Request
1
If Acrofields were supported when exporting to PDF, fields can be filled after reports have been exported, allowing end-users to more easily add text to a report.
Unplanned
Last Updated: 27 Dec 2020 22:46 by ADMIN

Hello Team,

 

I will be great if the Telerik Reporting REST Service Core could support System.Text.Json serialization.

 

Best Regards,

Unplanned
Last Updated: 23 Dec 2020 13:02 by ADMIN
Created by: Mario
Comments: 0
Category: Reporting
Type: Bug Report
1
Using SASS theme in Blazor project breaks the report viewer's style.
Unplanned
Last Updated: 22 Dec 2020 17:01 by Dennis
Created by: Brandon
Comments: 3
Category: Reporting
Type: Feature Request
7

Feature Request - Show email sent / error notification using the report viewers built-in notification system. 

It would be nice to have an option to have a message shown when the email with the report is sent or if there was an error sending.
Right now when you hit email and send the user does not know if it was successful or not. Being async is nice but I have noticed that it could take a few seconds to complete and if the user navigates away from the report viewer during this time the report has the possibility of not sending. Either way right now the user has no definitive method of knowing if the email was sent or not.