Under Review
Last Updated: 10 Jun 2020 07:30 by ADMIN
Created by: Peter
Comments: 0
Category: Report Server
Type: Feature Request
5
Research and enable support for Azure App Services. Additionally, provide Report Server deployment through the Azure marketplace 
Unplanned
Last Updated: 19 Jan 2022 15:27 by ADMIN
Created by: Peter
Comments: 0
Category: Report Server
Type: Feature Request
4
Currently, the Reports view is loading slowly when hundreds of reports are viewed. Optimize the Reports view for servers that manage enormous lists of reports.
Unplanned
Last Updated: 08 May 2020 15:16 by ADMIN

If you set a default value of integer subreport parameter to '3233' or another valid integer, when executing the main report there will be an exception stating that the value for this parameter is not valid and the report processing is canceled. The parameter exists only in the subreport and not in the main report.

The error disappears if the value of the parameter is set with an Expression, for example, '=3233'.

Unplanned
Last Updated: 25 Mar 2020 06:37 by ADMIN

User functions should be visible in Edit Expression editor when editing Report Server's report in Standalone designer.

Considering that the server's configuration was modified to load the custom assembly with user functions as per How to configure Telerik Report Server to use reports with custom functions, there should be no other configurations required.

Under Review
Last Updated: 11 Mar 2020 09:41 by ADMIN
When a user that has only read permissions logs in and stars a report, the starring disappears after a refresh of the page or when the user logs out.
Pending Review
Last Updated: 25 Feb 2020 16:01 by Softwarehouse
Created by: Softwarehouse
Comments: 0
Category: Report Server
Type: Feature Request
1

Dear Mr/Ms,

I'd like to file a feature request: please implement the option to change the report's draft status (true/false) explicitly via the Report Server's UI. It would be a nice feature in case we'd like to test the report in our MVC application, then we'd like to revert it in case any problems.

Unplanned
Last Updated: 03 Jul 2020 16:43 by Peter
Created by: n/a
Comments: 2
Category: Report Server
Type: Feature Request
3

Functionality for capturing user activity like executing reports from viewers or through the Report Server Web API.

Unplanned
Last Updated: 01 Nov 2019 12:29 by ADMIN
Created by: Marcellus
Comments: 1
Category: Report Server
Type: Feature Request
4
The ability to render a report based on the subscriber that will be receiving the report. The ability to use a subscriber e-mail address (or ether data item) as a parameter in the report so that the subscriber receives a customized report without having to create a new subscription and hard code parameters for each recipient.
Unplanned
Last Updated: 16 Oct 2019 12:27 by ADMIN
Created by: Andrew
Comments: 0
Category: Report Server
Type: Bug Report
1
After upgrading to version 5.2.19.918 it is no longer possible to open a new report or edit an existing one with the designer deployed through the ClickOnce technology. The issue reproduces also with version 5.2.19.1011.
Unplanned
Last Updated: 09 Oct 2019 15:33 by ADMIN
Created by: Peter
Comments: 0
Category: Report Server
Type: Feature Request
3

Reports with resources for different languages should be rendered with the language resources and client culture.

  • Preview - render the reports according to the browser settings/language;
  • Scheduled Reports and Data Alerts - language/culture option is needed for every recipient;
  • Server API - have to accept device info or language/culture option;
 
Pending Review
Last Updated: 09 Oct 2019 14:50 by Tony
It would be nice if I could automatically trigger a report from the report server based on some action in my application.  For example, when a user closers a transaction, if it could send a summary report directly to the user.
Unplanned
Last Updated: 09 Sep 2019 08:45 by ADMIN
We are using multivalue parameter, for one of the parameters when we are selecting all the values we are getting error "An error has occurred while processing Report 'Audit and Score report': Response status code does not indicate success: 404 (Not Found)." but if we are unselecting 7-8 values from that parameter then we are getting data in the report. The length of the URL while selecting all the values is 2127 after unselecting few values total length of the URL is 2033.
Unplanned
Last Updated: 08 Aug 2019 11:50 by ADMIN
Please consider adding support for storage on other RDBMS in addition to MSSQL. Notable- MySQL, Maria, PostGre, and Oracle should be supported.
Unplanned
Last Updated: 23 Jul 2019 13:24 by ADMIN
The Service Agent is supposed to be notified and wake up from its sleeping cycle (180s) when a scheduled task is executed immediately. Sometimes this does not happen and leads to reports being executed with 180s delay.
Unplanned
Last Updated: 03 Jun 2019 10:35 by ADMIN

We have standardized the usage of Central Identity System across applications using OAuth and OpenId connect based https://identityserver.io/.

As a report editor, I want to authenticate to report server frontend using IdentityServer.io Single sign on. 

As IdentityServer is .net server core based, we would like ReportServer also .net core based to support non-windows hosting scenario.

Unplanned
Last Updated: 15 May 2019 10:31 by ADMIN
Gives the users ability to set all the Telerik Report Viewer options in the Configuration page. At the moment only a few options are exposed.
Completed
Last Updated: 21 May 2019 09:26 by ADMIN
After manually typing the value of the parameter in the input field and run the report, it causes loading the report with the initial parameter value.
Completed
Last Updated: 24 Jun 2019 05:26 by ADMIN
In a Report that has a Report Parameter with AvailableValues fetched from a database, and the connection string to the database is not registered in the Data Connections of the Report Server, upon setting up a scheduled task for the Report, the parameters are not recognized and the message "There are no parameters in the selected report. Error shown. Throwing promises chain stop error." is displayed in the Reports tab.
Unplanned
Last Updated: 14 Mar 2019 12:07 by ADMIN

After changing the culture settings on the server machine to EN-GB (which should display the date in dd/MM/yyyy format), the Preview of the report parameters still shows the date format as default, in US format (MM/dd/yyyy).

However, I would not expect to have modified the code to fix this, it should be a configurable option and/or take local server formatting.

Unplanned
Last Updated: 13 Mar 2019 09:14 by ADMIN
Currently Report Viewers are authenticated against Report Server using username and password. It will be useful to add another authentication method that uses registered Federation users similarly to the approach used by Standalone Report Designer.