I have a Telerik Reporting project that is included in my web application solution. When the solution is built using VSBuild in the Azure DevOps pipeline, I caget the following error:
##[error]Inspire.Report\Properties\licenses.licx(1,0): Error LC0003: Unable to resolve type 'Telerik.Reporting.TextBox, Telerik.Reporting, Version=16.1.22.622, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'
I've tried ignoring *.licx files and the report project but I still get this error. Any advice on how to get a Telerik Reporting project built in an Azure DevOps pipeline?
Like this:
We followed your instructions to make the reports (https://www.youtube.com/watch?v=UF1mL6vzJDs&t=738s). But I have 1 question, how do we decentralize these reports?
For example:
We have 2 reports on 2 html pages, report1.html and report2.html
We have 2 users, user_a and user_b
user_a can only access report1.html
and user_b can only access report2.html
----------------------------------------------------------------------
Microsoft Visual Studio Professional 2022 (64-bit) Framework: .NET 6 Telerik Reporting trial version 17.0.23.118 Telerik HTML5 Report Viewer Page R1 2023
----------------------------------------------------------------------
Good Afternoon Telerik Forums,
I am having a new issue with one of my reports where it is constantly making new pages of the report with the same information. (Header), (Body) and (Footer). and it persists indefinitely.
example
Top Atheletes 2022
Date: April 2022
Athlete 1 - 2022
Athelete 2 - 2022
etc..
(Page 1)
Top Atheletes 2022
Date: April 2022
Athlete 1 - 2022
Athelete 2 - 2022
etc..
(Page 2)
Top Atheletes 2022
Date: April 2022
Athlete 1 - 2022
Athelete 2 - 2022
etc..
(Page 3)
It finally stops itself at around 68 pages of the same repeated report. How can I just get my one page report instead of endless copies? :P
We have a stored procedure that is supposed to run other stored procedures based on a parameter that gets set by the first stored procedure. However, while everything works fine in the Microsoft SQL Server Management Studio, when the stored procedure is run through the report, the very first if statement is run instead of the correct if statement.
Hi everyone,
I have a report design as the image below. I have set conditional formatting for the empty data will be hidden
But it has empty space when hiding many cells on the table
I have read many topics for this issue on the forum by using Group Explorer, Binding, and Designing the Basic Layout,.... but it does not work exactly
Hope to hear your solution
Thanks
The html viewer stopped working for one of our customers. The site has not been updated since Feb 2023. At first, I thought that the issue was related to CORS, but after changing the project to allow all methods, all origins, basically accepting all requests, the viewer continued to throw the exception attached.
Any guidance as to what to review on the clients browsers to troubleshoot this issue will be highly appreciated. When trying from different locations, the same report works as expected. I think that something is blocking the CORS headers somehow.
The front-end is an angular application, backend is on an azure app service. This exception is only happening for just a set of users. we have used Chrome, Edge and Firefox.
The error is also happening from an Ipad when using Chrome and Safari.
We have a WPF desktop application that displays reports using the report viewer and we also have our own print dialog where the user can input the number of copies to be printed. The print dialog also gets the default printer configured in our app. Previously, we display and print using InstanceReportSource but we want to now use Report Server for more consistent reports. We have successfully displayed the report from the report server in the report viewer but having problems with printing. Is there a way to override the print dialog of the report viewer or at least pass the parameters that we want (number of copies and default printer)? Another way that we are thinking of is if there is a way to extract the report from the report viewer and use that for our print dialog but ReportViewer.Report is null even though it is displaying the report.
Telerik.Reporting, Telerik.ReportViewer.Wpf (15.2.21.1110)