Unplanned
Last Updated: 10 Jun 2025 13:54 by ADMIN
Scheduled for 2025 Q3

Hi,

I'm trying to customize the interface language (english to german) of our report server web application without success. I set some language entries in the sr.user.js file in the script folder of the web application but the labels of the report server remain english. When I do this in the original file (sr.js) it works well.

Unplanned
Last Updated: 09 Jun 2025 07:47 by Andre

The Report Server mail templates have a variable named "link" which should provide a link to the exported document for the email receiver.

However, this link does not use the Report Server's public address set through IIS, instead, the link uses the "http://localhost:83" as a base URL for the link.

Please correct the behavior and/or allow for changing the links' base URL.

 
Completed
Last Updated: 23 May 2025 08:03 by ADMIN
Release 2025 Q2
Created by: Willy
Comments: 0
Type: Bug Report
1

I am using the Reporting/Report Server 2024 Q4, and my report uses the Amiri font.

Other export formats work as expected, however, the PDF export fails with an "Object reference not set to an instance of an object" error message and produces a corrupted/empty PDF.

Unplanned
Last Updated: 21 May 2025 10:23 by David

Currently, the POST api/reportserver/v2/documents endpoint is available only for the standard version of the Report Server.

 

Consider adding it to Report Server for .NET as well.

Unplanned
Last Updated: 02 May 2025 11:15 by ADMIN
Scheduled for 2025 Q3

The assemblyReferences, typeReferences, and typeValidation configuration elements are not respected from the TelerikReporting.config files of Report Server Manager and ServiceAgent.

The same settings are respected when set in the corresponding Web.config and Telerik.ReportServer.ServiceAgent.exe.config.

Completed
Last Updated: 18 Mar 2025 14:33 by ADMIN
Release 2025 Q2

In my MSSQL database, I use SQL Server Authentication with a password that contains '^' and '<'. I connect without problems through the MSSQL Management Studio.

When I try to pass the connection string with this user, I receive an Internal Server Error and cannot set up storage with it.

Unplanned
Last Updated: 25 Feb 2025 09:54 by Jarod
Using RS.NET in Docker, if the environment name is not production, or in other words - if the HostingEnvironmentExtensions.IsProduction method returns false, the script for the Web Report Designer is not found, and the page for editing reports with this designer remains blank. 
Unplanned
Last Updated: 21 Feb 2025 12:23 by Alen

When I try to use the Report Server for .NET 2025 Q1 in a Docker container, I get the following error in the logs:

"An error occurred while checking the licenseResult: The value cannot be an empty string. (Parameter 'path')."

The error does not seem to prevent the Report Server Manager from remaining functional.

Completed
Last Updated: 13 Feb 2025 13:57 by ADMIN
Release 2025 Q1

When you revert to another Report revision and don't refresh the browser page, the date of the active report in the Revisions History is different from the Report Date Modified. The user needs to refresh manually to match the dates.

The issue is demonstrated in the linked muted video.

Completed
Last Updated: 13 Jan 2025 10:59 by ADMIN
The storage migration tool currently allows to configure which assets types to be migrated (reports, tasks, etc.). It will be useful to provide more detailed configuration that allow to specify if a particular asset should be migrated. In an example scenario one might need to migrate all the reports except one and currently this can be achieved only through the Report Server API.
Completed
Last Updated: 19 Dec 2024 16:04 by ADMIN
Release 2025 Q1
ADFS Login is no longer available after upgrading from 10.2.24.924 to 10.3.24.1112
Unplanned
Last Updated: 18 Dec 2024 19:02 by Rick
Created by: Rick
Comments: 0
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: 14 Nov 2024 11:02 by ADMIN
Release 2024 Q4

We are using Azure Redis Cache for the Report Server storage. Azure Redis stops the support for TLS 1.0 and 1.1 as stated in Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis.

If I set Azure Redis to allow TLS 1.0 everything works fine.

If I switch the minimum TLS version in Azure to 1.2 (or 1.1 for that matter) I start to get the error:

No connection is available to service this operation: GET TRS\1\SV
   at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor`1 processor, ServerEndPoint server)
   at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor`1 processor, ServerEndPoint server)
   at StackExchange.Redis.RedisDatabase.StringGet(RedisKey key, CommandFlags flags)
   at Telerik.Reporting.Cache.StackExchangeRedis.RedisStorage.GetBytes(String key)
   at Telerik.Reporting.Services.Engine.PersistableObject.GetInt(String key)
   at Telerik.ReportServer.Engine.StorageUpgrader.UpgradeStorageVersion()
   at Telerik.ReportServer.Web.Models.ReportServerWebHost..ctor(IStorage storage)
   at Telerik.ReportServer.Web.WebApiConfig.ConfigureDependencyResolver()
   at Telerik.ReportServer.Web.WebApiConfig.Register(HttpConfiguration config)
   at System.Web.Http.GlobalConfiguration.Configure(Action`1 configurationCallback)
   at Telerik.ReportServer.Web.WebApiApplication.Application_Start()

The articles I can find all state that we should add "sslprotocols=tls12" in addition to "ssl=true" in the connection string to support TLS 1.2.  When I do this I get the error "Keyword 'sslProtocols' is not supported". 

This won't let me use Azure Redis Cache.

I suspect the issue is due to the deprecated package that you use for the Redis database connection.

For that reason, I would like it to be updated to the new one so that I may continue to use Azure Redis.

Unplanned
Last Updated: 06 Nov 2024 09:01 by Jyotsna

We need to send emails to specific people only when Errors occur in scheduled reports. They shouldn't receive the scheduled reports when there are no errors.

For example, there may be a new user role added for this purpose.

Duplicated
Last Updated: 24 Oct 2024 13:18 by ADMIN
Created by: Nikhil
Comments: 2
Type: Feature Request
1

We recently upgraded our report server after years of operation due to various technical challenges. Our system currently manages over 250 reports and more than 100 scheduled tasks, all of which have been running for the past seven years. The backup process has become significantly delayed, as we are handling over 70GB of data, primarily composed of daily generated reports related to executed scheduled tasks. While we regularly review execution history (execution date & time) for debugging purposes, but we never use the reports of executed scheduled task for all historical records. This leads to unnecessary storage usage, which will continue to grow over time.

Manually deleting seven years' worth of historical reports across over 100 tasks is not feasible, and scripting this deletion would impact the performance of our already heavily utilized report server.

I believe the execution history is valuable for everyone for debugging purpose. However, the associated reports which takes significant amount of storage space should be kept optional. Therefore, I propose the following features:

  1. During the configuration of scheduled tasks, include an option (similar to an "Enabled" checkbox) that allows users to choose whether to retain or delete the associated report for each scheduled task execution. This would only apply to reports generated for future task executions.

  2. Introduce a REST API endpoint within the Scheduled Tasks framework that would facilitate the deletion of historical tasks and their associated reports.

These enhancements would greatly improve our report management and storage efficiency as we have over 10+ intensely used report servers for different businesses.

 

These are some feature requests which align with our goals -

Under Review
Last Updated: 13 Aug 2024 11:39 by ADMIN
> Ability to build directories for storing reports; and allow assigning user permissions per user.
> So, Application A, will have its reports in Directory A; Application B, will have its reports in Directory B.
> It will be a plus if you support a hierarchy or sub-directories.
> It will be a plus if you add user group, to be assign by group.
Unplanned
Last Updated: 23 Jul 2024 08:38 by Fabio

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

The old report server still connects us expected.

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: 09 Jul 2024 14:17 by Cedric
I want to be able to mass purge all the Scheduled Task History directly from the Report Server UI instead of deleting them one by one
Planned
Last Updated: 18 Jun 2024 15:07 by Curtis

In the production environment, there is no option to clear the Redis database after each redeploying/restarting of the applications (ex. k8s with many pods).

The are many reasons:

  • this database can be used for other purposes, but you deprecate RedisStorage with a separate database selection
  • more complex deploy/restart operations with additional steps to clear Redis
  • users can use Reporting at this moment

Please add TTL option for RedisStorage in ReportServiceConfiguration

1 2 3 4 5 6