I have the Angular Report Viewer configurated with the Authorization Token option,
When I preview the report, it works fine, but when I export the report, the page is redirected to https://.../api/reports/clients/29647efbe45/instances/18eaf5b1936/documents/b86a87758c11f7b9cd832a?response-content-disposition=attachment and in this redirection is not including the authorization header
Thanks a lot, Ariel
hello team,
I have a report created in web designer and store the data in the database (binary). Now I want it to become sub report in my master report, I am using UriReportSource, then type the subreport name in the Uri text box, it does not work, it shows it could not find the subreport name, do we have any idea or solution to custom the path or load subreport here?
Thank u.
I'm using the new Angular Report Viewer. My Component allows the user to change different parameters to generate the report. The first time the report runs, everything is fine. When a new set of parameters are selected, requesting the report still shows the report with the initial parameters.
In the prior version, I was able to get this to work by doing this in my ts file:
const v1 = $('#reportViewer1').data('telerik_ReportViewer');
v1.reportSource(requestedReportSource)
v1.refreshReport();
Where requestedReportSource contained the new report parameters.
In the new TelerikReportViewerComponent, I see there' a setReportSource() method, but I'm unable to get the right JSON parameter format to be passed to the method.
Any examples on how to update the ReportSource for the component would be appreciated.
Bob
Hello folks,
I am working on an project that use a .NET 8 Web API as the backend and an Angular frontend to render telerik reports. Everything was working fine until we decided to upgrade Telerik.Reporting.Services.AspNetCore to version 18.3.24.1112
We also updated the following package in our frontend app.
and updated the version from telerikReportViewerTemplate to match the version from our Reporting.Services package from the backend.
Now whenever we try to show any of our reports, we get the error: Could not find stored procedure 'sp_tr_GetInstancesByKey'
Our connection string hasn't changed and when I look at our database I can see these related stored procedures, but not the one mentioned in the error message.
Does anybody know what the problem might be?
Hi,
When i create a table that has either conditional formatting to hide row visibility or uses Data > Bindings to hide row visibility it works well when exporting to PDF.
When exporting to Powerpoint the rows that are supposed to be hidden do not show any data but there is still blank space between the visible rows.
Is there a work around for this or is this a bug?
Thanks
Steve
This is basically a repeat of what other users have asked:
https://www.telerik.com/forums/any-way-to-prevent-auto-loading-when-parameters-are-present
https://www.telerik.com/forums/how-to-disable-report-auto-preview
https://www.telerik.com/forums/how-prevent-report-from-running-on-page-load
The gist of the Telerik team's recommendation is to not provide default values for parameters.
In addition to the rebuttal by the developers (generally speaking, they want to provide default or suggested values to end-users), we have a slightly more generic case. We have users running reports that span months of data. In most cases we have start and end date parameters. The users will sometimes want to see the data from current month AND THEN switch to same month of last year.
They select the start date and the report immediately executes spanning 13 months. The user has to wait until the report is loaded completely to immediately discard the result by setting the end date.
Adding the "AutoRun=false" option would be immensely useful here. Or at least wait for e.g. 5 seconds of user inactivity before executing the report.
Hello everyone,
I'm facing an issue with creating diagrams using reporting. Could you please advise me on how to create a diagram from a web reporting designer?
I deeply appreciate any advice or solutions you can offer. Thank you!
Hi
I have a report parameter that could potentially have a lot of different options to choose from. Is it possible to add a search bar to the text dropdown so the user can search for the right parameter?
The report's shown on a webpage if that makes a difference?
Cheers