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.
Functionality for capturing user activity like executing reports from viewers or through the Report Server Web API.
Reports with resources for different languages should be rendered with the language resources and client culture.
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.
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.