Functionality for capturing user activity like executing reports from viewers or through the Report Server Web API.
Could the 'From' email address in Preview Email functionality be self populated from the 'Mail Server' SMTP settings in configuration? This way the users do not need to a) remember the email address; and b) type it each time they are emailing a report.
Provide the option to save custom report settings in the storage and enable specific rendering device settings based on custom settings.
Example use case:
- on the Report Server - Report view, the user should have a button for report settings;
- this button will open a custom dialog that contains various inputs;
- clicking Save on the custom dialog, the save operation will be handled by the Report Server implementor and the implementor should be able to get the user input and save various settings in the Report Server storage for the selected report;
- on rendering the report through the Preview, Scheduled Task, or Data Alert, the report server engine should invoke a custom event/code that can read the storage report settings and based on them provide rendering device settings to use during the report rendering.
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'.
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.
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.
Reports with resources for different languages should be rendered with the language resources and client culture.
Hi,
We have configured our Report Server Application Pool to run in 64-bit mode, to enable the server to utilize more available memory on the server, which has helped with some particularly large reports that were previously erroring out. However, when scheduling the same reports, it seems the Report Server Service Agent has the same issue, as it runs in 32-bit mode and we are frequently the error "Error details: Exception of type 'System.OutOfMemoryException' was thrown". Is there a way to configure the Service Agent in 64-bit mode?
Thanks
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.