I have two project
- Project Angular
- Project existing used Dot net core 2.0 (.NET Core and ASP.NET Core 2.0).
Now, I want to use Telerik Report Rest Service. Help me.
I have 2 project:
1. Angular (pictrure: 1.JPG)
2. Rest Service
- I used class MyResolver() (pictrure: 2.jpg)
Error function DeserializeReport
HI team
I wanted to know if its possible to change the culture of a report during the rendering process.
Say for example you are grouping by Country. When printing a given country the Currency symbol should reflect that of the country.
Do you set the culture of all the report items in the lower detail sections (and possibly any child groups) in the item databinding event. Thats what first came to mind.
Some code would be appreciated..
Kind Regards
Michael
Hello,
it has been a long time since I got this error happening randomly on my production enviorment and not been able to solve it.... I got this error message when opening a report with 2 parameters (int, datetime) :
Value cannot be null.
Parameter name : Instance.......
Consider that there' approximatelly 400 ppl using this application, I don't know it if it's something related to concurrency or what... I can just say that one time it happens it continue till I do an iisreset
I got this problem with Q2, can't move immediatly to Q3 since we got scheduled deploys..... any suggestion?
Thanks
Paolo
Hi, I have some reports implemented in WPF, with the Telerik ReportViewer, in there the user can export the report result to CSV, PDF, Excel, etc. but I want what he will can export it only to PDF, how I can configure?
Thanks
We have implemented a custom report resolver that returns an InstanceReportSource based on the report class name. The InstanceReportSource.ReportDocument is instantiated from our IoC container (Simple Injector) and all objects are injected into the report via a constructor as expected. Within each report we subscribe to the NeedDataSource event and retrieve the data from a repository instance that has been injected. However, when we attempt to retrieve data from the repository, the repository instance has already been disposed. The injected objects are scoped to the webapi request. I read in the forums that the processing of the report happens in a separate context. Could that be causing my issue?
We've used this approach for years with the WCF report service and it has worked well. How can we configure this to work with the REST report service? We are now using the WPF report viewer.