I have tried to implement a web report designer server and i have successfully implemented using nuget package. Then i tried to use signed dll files to replace nuget package. I imported "Telerik.WebReportDesigner.Services.dll" and "Telerik.Reporting.Data.Schema.Provider.dll" two dll files and it gives the report designer, but reports are not loading. It keeps showing "An error has occurred. Could not load file or assembly 'Telerik.Reporting.JsonSerialization, Version=17.0.23.118, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'. The system cannot find the file specified." error. What can be the reason for this. Do you have any solution?
Hi mates,
I have a dataset in a telerik report. The dataset returns a time column. I would like to use the Format function to show it in hh:mm format. If I use Format('{0:hh:mm}', Fields.CreationTime), there is an exception. Currently, I'm using a "manual" transformation, using Fields.CreationTime.Hours + ":" + Fields.CreationTime.Minutes but this is not a solution for me because if the CreationTime is 12:00, the report shows 12:0. I would like to use the Format function OR show the minutes using two digits. How could I resolve my issue, please?
Thanks a lot in advance.
Cheers.
David Ortega
I implemented Telerik report viewer in Blazor Hybrid. After viewing the report, I wanted to print that report in the windows and android platforms. With windows build, it works perfectly. but in the android platform it is not working well. After i clicked it redirect to the server URL and download the report as a PDF using browser. Is there any way to print it without downloading it in android?
We're using Azure Reids Cache for our report storage provider. Long running reports result in this error:
One or more errors occurred.
Timeout performing SET (5000ms), next: SET DispatchAnywhere3Reports\16.1.22.622\Is\948f13fe22c\Rs\6b25108b8df\Ds\6faa346e5ae\R\page30, inst: 108, qu: 0, qs: 0, aw: False, bw: SpinningDown, rs: ReadAsync, ws: Idle, in: 0, serverEndpoint: *********************, mc: 1/1/0, mgr: 7 of 10 available, clientName: WS039(SE.Redis-v2.6.48.48654), IOCP: (Busy=0,Free=1000,Min=8,Max=1000), WORKER: (Busy=44,Free=8147,Min=8,Max=8191), v: 2.6.48.48654 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
Rest Reports Config:
Does anyone have experience using Azure Redis? Are there additional configuration settings required?
Thanks for your help!
Hello Support,
we use older version 7.0.13.426, 2012 as a part of GMSC. I face an issue with hiding Panel report item. When I set in Bindings both Visible and Style.Visible params to False for sure:
It causes extension of the DetailSection that exceeds to the next page and causes "blank" page. I set yellow background color for the DetailSection (orange is pageFooterSection) to make it more clear.
Could you help me please? This topic seemed to be similar to my issue and the link http://www.telerik.com/support/kb/reporting/details/collapse-the-container-when-hiding-child-report-items- is not working.
Thank you,
Lukas
Hi,
I have designed a report template using web report designer using json data(for invoice pdf).
Now I want to display pdf/report using different data by passing an argument.
I want to use the same template for all invoice pdf.
Kindly explain is this possible in telerik also can you provide a sample code for this?
I am using ASP.net mvc for developing the project
Good Afternoon Telerik Forums,
Somehow, while messing with my Parameters I made a parameter within the Telerik Standalone report designer as a Text field. Where instead of selecting something displaying. it allowed you to type in your request. I did not need that at the time so I erased my parameter and started again. Now I am needing to know how to replicate this so that I can have someone type in one of the fields (in example an employee number).
How can I accomplish this again?
Thank you!
Greetings!
I have some reports that contain tables created dynamically by the C# application. The procedure is more or less similar to what you describe in the documentation. Those reports are inserted in a report book and displayed in an Angular app with the viewer. My problem is this: some of those reports need an extra row added that will sum the content of columns with monetary values. This row must be either at the bottom of the report or at the bottom of a group inside the table. I 've read relevant entries in the forum and the documentation, but all I could find is how to add the sum row in the designer, which is not my case. So what I'm asking is if there is any way to add it programmatically.
Thanks!
Actually, we use the TR-Viewer. But can you call the serviceURL REST API telerik report to print directly on a local printer?
In the same way to download automatically the PDF result of a report?