The Report Server is localizable. However, its viewer is not.
The viewer cannot be customized either. For example, if you want to make the default View mode PrintPreview.
The above require changes in the CSHTML template of the Preview, which would be reset upon the Report Server upgrade.
It would be great if the customization and localization of the Report Server Viewers became part of the configuration, allowing them to be preserved between upgrades.
The Report Server is localizable. However, its viewer is not.
The localization of the viewer requires adding a new JavaScript file with the translation and referencing it in the CSHTML template of the Preview, which would be reset upon the Report Server upgrade.
It would be great if the localization of the Report Server Viewers became part of the configuration, allowing them to be preserved between upgrades.
Much needed. :)
No matter what I try, I get this error when previewing a report: An error has occurred while processing Report 'SomeReport': Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application. ------------- InnerException ------------- Format of the initialization string does not conform to specification starting at index 0. However, everything works great while in the designer. Any info would help. Thanks, -John
I could not see the feature "Fast loading of reports" anywhere in the Report Server as like in SSRS Processing Options. How is that working in the Telerik Report Server ? Thanks, R. Venkatesan
Do you plan to support sub-reports? If yes, take in-considration passing its reports via server interface, scheduled jobs, or by aspnet/mvc/winforms/wpf viewers.
The ability to pass a connection string, or prepared data source name, by aspnet/mvc/winforms/wpf viewers.
How can I use the Report Server with other Report viewers? (aspnet, mvc, winforms, and wpf viewers) I found the Report Designer accessing hosted reports by a URL like "http://127.0.0.1:83/FX/Currencies.trdx", but there is no way to pass the server auth parameters. I tried to do it by code, but the UriReportSource only have the "Parameters" collection that reflect the report parameters, not the server. Also, take in considration how to accept a server certificate if the report server is running over HTTPS.
I am using Telerik Reports Server Q1 2016. I have two problems while configuring the Authentication in Reports server. 1. Save button hides behind the footer. Am unable to see the save button for the authentication section. I have set the position in the developer tools and makes it visible. 2.The external authentication settings cannot be validated. I am getting this error while saving the authentication settings. Please refer the sample values i given in the field. Enabled: True Metadata URI : https://customFederationServer/FederationMetadata/2007-06/FederationMetadata.xml Relying Party ID : http://mylap-3918:83 (url of the application) Authority: https://customFederationServer/adfs Client ID: 1234 When i enter the above details and click on save button, i got an error "The external authentication settings cannot be validated". Any information would help. Thanks, Sankar
I am new to the product (Telerik Report Server Q1 2016). I have followed the Installation guidlines to setup Telerik Report Server on my machine but failed to install the product. Error description: The product Setup failed to automatically configure IIS. Please make sure the IIS and ist ASP.NET/ASP.NET45 features are installed and run the Setup again. I have been trying to find a solution for the past 3 hours but failed. My machines is running with: OS : Windows 10 .NET Framework: 4.6 Visual Studio: VS2015 IIS: 10.0 Any Information would help. Thanks -Prem
The feedback form looks horrendous on Chrome. See screen shot.
I would like to have the ability to enable report books in the designer of reporting server this would be a big advantage to our company as well plan on making telerik reporting server are main goto product for reporting in house we are impressed so far but a few issues like not be able to produce a work sheet with multple sheets is a big draw back for us I would see it working that you can add muitple tabs in the designer and attach sql data source to each tab this would be great
Currently the user interface of the Report Server Manager is english only. This is ok for demo purposes on our side, but in order to offer solutions based on Telerik Report Server to our clients, the complete user interface must support other languages (e.g. german, italian) as well, ideally allowing the user to switch between languages on the fly. Without internationalized Telerik Report Server will be of no user to us or our clients.
I would to suggest a new features that allow us to manage data sources by username. For example: User1 will render report from active and live data; while User2 can only render reports from archived or data.
In the recent R2 build there was an error with respect to no data message. And an error email was sent to all users. Currently, we have set up all users as external subscribers and admins or point of contacts as internal users. I think users shouldn't be receiving these error emails and only internal users should be recieving this. A global configuration should be available to toggle this functionality so that other customers who need emails to be sent to all will be catered to as well.
Thank you for adding this feature. I have tested it with both text and numbers and it works very well.
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.