I will start the trial and have several questions about our requirements
What is a prefer way the deploy the report server to Azure?
I not found any example how to use report server as docker container
We use Team Services for deploying our services. Is there any way to change the connection strings during deploying, today the prefer way is environment variables.
Is there multi tenancy support?
Thanks
Hi.
We use Telerik Report Server in connection with our web gis system, and users are managed in this system.
When we fetch a report, it's done with a GET, which enables the user to "hack" the parameter values that are attached. This is not desireable.
1st question: How come TRS only allows reports to be executed using GET ?
Adding POST would enable us to hide the parameters.
2nd question: Why does TRS add all parameters to the URL in the address bar, when executing the report, even those that aren't given originally and not visible ?
This make hiding parameter values from users very difficult.
Cheers.
Hi.
It seems that the report server web interface has a bug.
When I upload two versions of these same report (but with internal differences), with identical names but in different categories, it works just fine.
But if I try to edit the description of either in the web interface, it throw an error about multiple report with identical names.
How come the web interface doesn't include the category in this assesment ?
Cheers.
Hi all.
I've created a report with a number of multi-value parameters. This works just fine in the Report Designer preview. Image3
I then published it to our report server, andright off it seems to work (all parameters select all distinct values) Image1
But if I select a subset of certain values for one of the parameters, the report server viewer fails with system error message: "Missing or invalid parameter value" Image2
It varies which combination exhibit this behaviour.
Please advise.
/Lars
Hi Telerik/Progress/?
After having purchased and used Telerik Reportserver for almost a year now, we've come across multiple problematic designs in TRS.
The worst issue was our attempt to delete the built-in "Guest" account (via REST, tidying up unnecessary users), which resulted in its user name being wiped, and it being reactivated (was deactivated).
This result crashed the server software repeatedly, and we had to reinstall a backup of the server database to fix it. Why is it even possible to make changes to a built-in account, that clearly is essential to the workings of TRS ?
Other grievances include:
- The inability to delete users in the web interface.
- The very limited dropdown width for reports, showing only a small part of the names, when we use long category and report names.
- Missing sensible sorting of various lists, rendering them very troublesome to navigate.
- The inability to exclude certain reports from sharing (via the Guest account), forcing us to instead add a lot of reports on the account's permissions (90%/10% problem).
- The locking of server reports after publishing a report from the stand-alone Designer, always requiring the Designer to be shut down and restarted to release the lock.
Cheers
Lars
I'm just getting started with Report Server and have an overall strategy/approach question. The database containing our report data is a SQL Server 2017 database that uses a schema-per-tenant design. My question is, is there anybody else out there querying their report database in such a manner from Telerik reports? What I want to avoid, is creating a data source for every schema that exists in our database. Schemas are added weekly, every time we setup a new customer. I don't want to have to create a new data source for every report every time we add a new customer.
Any input or advice is welcome!
Hi Guys - I need to be able to log a user straight into the report server after authenticating with the api either in .NET or javascript and retrieving the token via the api (http://localhost:83/Token) instead of showing the login boxes.
This is a requirement because we use our own authentication mechanism in our web apps and once the user has successfully logged into our app using our authentication methods we do not want them to have to provide any further 'log in details' on the report server - Can you advise how to achieve this. I think the steps involved may be as follows:
1) user logs into our web app using there own credentials for our business.
2) use the report server API to authenticate and get the token back for an admin account set up by us on report server.
3) after successfully getting the token back, redirect the user to report server from .NET web app using a special account we set up without the requirement for them to log into report server again.
I know there is ADFS available in Telerik report server, however our domain servers are 2003 and do not support the ADFS feature offered by report server - which is why I am looking for an alternative approach.
Hope that makes sense, thanks for your help.:)
Anthony J Brown.
I'm creating a intranet site in .net core 2.1
need to send a report in an email
How can I get a report as PDF and send is as an attachment via email