I've been researching how to generate a report in our application which has a C# .NET 6 Web API project and a React front-end, both fully disconnected. I've been trying various things out and keep running into roadblocks. Here are some issues I've hit:
- I can't get the report designer to recognize our domain project (I'm trying the object data source) because it's targeting .NET 6. I'm not able to convert it to .NET Standard. I reviewed the examples in the Telerik directory but the .NET Core samples don't seem to reference the DataBinding sample, which is the one that uses an object data source. There is also a .NET Standard project called SpeakerObjects which I see referenced but I don't see any reports that use those objects as a data soure
- I tried a web service data source as well but it wasn't obvious how to pass the JWT to the service for authentication when designing the report.
Generally speaking, the way I was hoping this worked is that I'd design a report template against a generic data source. E.g. the report fields would be bound to loosely-typed data fields like customer.FirstName, customer.SSN, customer.PhoneNumber, etc. That is, I wouldn't need to wire the report up to a specific data source for the purpose of designing it. Then in the backend, I'd retrieve the data I need, take the report template file and shove the data into it at runtime using the Telerik packages. It would do its magic and bind the objects to the fields and return a PDF. But I'm having a hard time with that because the report designer (both Visual Studio and stand-alone) seem to really want to know what the data looks like while I'm designing and I can't get it hooked up to either our domain project or our API to do that.
Hello.
I am getting a version mismatch on the Report Viewer and Reporting REST Service.
I have checked all the packages and I cannot find anywhere where the Report Viewer is version is 16.1.22.511 (see below).
Is there some other area that I am missing?
Thanks.
Hello,
I have a report layout designed with Report Designer (standalone).
I noticed an obvious performance hit on report loading/rendering after I need to style my checkboxes (around 50+) to make it fit smaller spaces. It takes over than 25 - 27 secs to load the report page.
I have attached the report file and the custom images I used in it as zip file here.
If anyone could help me find the viable workaround or solution, I would very appreciate. Thank you.
I have a table setup to group. If I group By InvoiceID, it work fine, it groups by Invoice. If I try to group by CustomerID I get either 1 or 0 groups returned. I know it's not the data because for every InvoiceID, there is a CustomerID, which you can see from my sample. What am I doing incorrectly??
Hi everyone,
Although small, but still noticeable problem concerning grids arises when having locked column.
The problem was pointed out by our UI testers.
So, in this jsFiddle sample, do the following :
As we resize the Locked column, other columns do not snap or fill the gap.
I want to create a report which includes one section (likes multi-column report) and another section (like one -column report), more detail on the attached file.
After researching, I haven't found the solution yet.
So Could Telerik builds this kind of report??
Thanks!
Similar to the following, is there a way to combine stacked and clustered columns within a single graph?
Each time I've attempted to do so I end up with something like the following, where both stacked columns appear vertically aligned, rather than aligned side-by-side. "Series2" is currently selected in my screenshot below, hence the visible grab points.
The steps I'm attempting to perform are as follows:
Thanks for any help!