Completed
Last Updated: 15 Nov 2023 15:07 by ADMIN
Release 2024 R1 PI1
Created by: Tony
Comments: 1
Category: Report Server
Type: Feature Request
2

Hello, 

 

I recently upgraded our Report Server that was hosted in IIS with an HTTPS binding but after the upgrade we were unable to communicate with the server using HTTPS. We received an invalid client id error.

We updated the bindings and everything worked. However, it would be nice if we could upgrade Report Server without changing the IIS bindings.

 

Thank you.

Unplanned
Last Updated: 13 Aug 2020 13:39 by ADMIN
Created by: Cedric
Comments: 2
Category: Report Server
Type: Feature Request
2

The Whitelabeling option are extremely limited.

I would like to see more customization available like removing the sidebar completely, or based on user settings / roles - as well as the top title bar (where logo is).

Customizable themes would go a long way.

Being able to integrate the existing report server pages into our own website would cut down on a lot of work.

 

Completed
Last Updated: 16 Sep 2020 13:21 by ADMIN
Release 2020 R3

It seems that when you try to open two tabs in the same browser looking at different websites, the browser gets confused about the URL that is sending the request. Issue is related to CORS protocol and HTTP caches.

It sounds like something needs to be changed on the report server so that even if it gets cached it would still allow access when I switch sub domains.  Or something on the viewer side to clear the cache.

Completed
Last Updated: 24 Feb 2021 15:54 by ADMIN
Release R1 2021 SP1
Created by: Harsha
Comments: 0
Category: Report Server
Type: Feature Request
2
The CORS is enabled in the Report Server for all domains. This makes the application vulnerable to CORS attacks. The problem may be avoided by making CORS configurable.
Under Review
Last Updated: 19 Oct 2020 18:23 by ADMIN
Created by: Harsha
Comments: 2
Category: Report Server
Type: Feature Request
2
Currently the accessToken expires in 30min and cannot be controlled. Please, make this expiration time configurable.
Unplanned
Last Updated: 22 Dec 2020 08:10 by ADMIN
Created by: e-Bate
Comments: 0
Category: Report Server
Type: Feature Request
2
Currently, the only requirement for the user password is to have at least 6 characters. This is too weak and it would be good if the password strength is made configurable.
Completed
Last Updated: 25 Apr 2022 16:14 by ADMIN
Release R1 2022 SP1
If the Enable Web Report Designer setting is marked, it would be nice if the Telerik Web Report Designer is opened when New Report is clicked.
Unplanned
Last Updated: 28 Sep 2021 13:26 by ADMIN
I am using the Telerik ReportServerClient to create, update, and delete subscriptions on our Report Server from our MVC application.

I am able to set all features that I need to set, except the first dropdown of the "Repeat On" section of the recurrence rule. 
Under Review
Last Updated: 27 Oct 2021 09:36 by ADMIN
Created by: Fred
Comments: 1
Category: Report Server
Type: Feature Request
2
It would be nice to add a logo to the mail template's body in the schedule.
Completed
Last Updated: 10 Jul 2024 11:50 by ADMIN
Release 2024 Q3

I am trying to edit an existing user, and before changing anything I receive the error message 'The email is already taken!'. This happens occasionally.

Here is a link to a video that demonstrates the problem.

Unplanned
Last Updated: 23 May 2022 12:18 by Gerry Connolly

Some of my scheduled tasks generate errors in the ServiceAgent log like:

Telerik.ReportServer.ServiceAgent.exe Error: 0 : Sending an email message failed:
System.Net.Mail.SmtpException: Exceeded storage allocation. The server response was: 4.3.1 Message size exceeds fixed maximum message size
   at System.Net.Mail.DataStopCommand.CheckResponse(SmtpStatusCode statusCode, String serverResponse)
...

and

Telerik.ReportServer.ServiceAgent.exe Error: 0 : Sending an email message failed:
System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
...

In these cases, the report document seems to be generated correctly, however, it is too large to be attached to an email and there aren't any emails sent to the users.

It would be helpful to have at least notifications sent to the admin that the task was executed, but the emails were not sent due to particular reasons.

Completed
Last Updated: 20 Jan 2023 15:50 by ADMIN
Release R1 2023
Created by: Atef
Comments: 0
Category: Report Server
Type: Bug Report
2
The Guest User can not use the search functionality in the report. It gets the error "Authorisation has been denied for this request".
Unplanned
Last Updated: 23 Jul 2024 08:38 by Fabio
Created by: Fabio
Comments: 0
Category: Report Server
Type: Bug Report
2

HTML5 Report Viewer cannot connect to report server for .NET.

The old report server still connects us expected.

Unplanned
Last Updated: 18 Dec 2024 19:02 by Rick
Created by: Rick
Comments: 0
Category: Report Server
Type: Feature Request
2

Hi Team,

Currently when Report Server has whitelabeling enabled, the browser tab will still show "Page | Telerik Report Server". This request is to allow us to set a value for the 2nd half of the page title.

I see this is applied by using the @ViewBag.Title, my request is to have a field in the Whitelabeling settings page for a brand name in the title. This could be combined with the page name to have a customized title. For example "Page Name | Whitelabeled Name".

Here's a visual example to explain further

Thank you,

Rick

Completed
Last Updated: 25 Nov 2016 13:57 by Martin
Created by: Scott
Comments: 2
Category: Report Server
Type: Bug Report
1
Following the ReportServerManual.pdf I meet the system requirements, using Visual Studio 2013 and have followed the installation guide but I am getting the following error when running the report server web application;

"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Cannot create an automatic instance. See the Windows Application event log for error details.
)"

I have checked the application pool identity has permission to the files.
Please advise.  Kind regards, Scott.
Declined
Last Updated: 25 Nov 2016 14:42 by ADMIN
Created by: Craig
Comments: 1
Category: Report Server
Type: Bug Report
1
The current version of reporting service seems to have issues with the newer servicestack libraries. The only way I could get the ServiceStack Service implementation to work is to use the following dependencies (attached). What is the official supported version of ServiceStack and when will newer version be supported?
Completed
Last Updated: 17 May 2018 06:40 by ADMIN
Created by: Abhishek
Comments: 4
Category: Report Server
Type: Feature Request
1
Data Alerts is a wonderful concept on Report Server. Currently, it only allows emails to be sent when a data alert is triggered. 
We should allow web hooks to be called when from data alerts. 
This would make data alerts immensely powerful e.g. it can trigger mobile push notification or even send an SMS when a specific data alert is triggered.
Declined
Last Updated: 07 Dec 2017 09:39 by ADMIN
Created by: Harsha
Comments: 1
Category: Report Server
Type: Bug Report
1
Though I have overridden the mail template for an individual alert, It is picking up the Configuration | Mail Templates | Data Alert External User for an external email address. However, internal email address gets the right one. 

Please help me resolve this. 
Completed
Last Updated: 07 Dec 2017 12:54 by ADMIN
Created by: Sriharsha
Comments: 1
Category: Report Server
Type: Feature Request
1
Currently, in my company, we have more than 30 clients and each client has multiple locations and multiple departments.
* I have to create like more than 100 schedules now for all individual departments in each location and company. All this company data is in our DB including emails to be sent to etc. manually doing this is a nightmare. 
* And not to forget I have to manually update the email entry list whenever someone leaves the company or joins the client company.
* An idea is to create something like a schedules.config in json format and using JS or C#  create schedules in report server automatically. 
* Same is the case with Data Alerts. 
* This is a huge pain and kind of show stopper for us.