Telerik Forums
Reporting Forum
0 answers
175 views
I will send the data table to the local report file and print it out in the form of a table.
I tried to send only Parameters using UriReportSource, but I don't know how to send dataTable.
And I don't know how to show it in the form of a table in the trdp file.
You must send data to a report file in a specific folder and print it out, not through the server.
arbam
Top achievements
Rank 1
Iron
 asked on 12 Sep 2022
1 answer
142 views

I found some postings about this, but they're all more than 10 years old.  I'm hoping something has been added to address this since then.

On a label report, how can I tell the report to skip the first N labels so I start at a certain row and column?

Surely a hack to insert null rows at the top of the result set isn't the only option?  Is there some event I can use or anything to cause the engine to skip labels until I say continue?

Thank you!

0 answers
270 views

We had a report viewer set up that broke when we migrated from versiion 18.something to the current version because the report viewer would not accept an xmlReportSource.

This is very inconvenient to say the least.

There is some hint in the documentation that you can still do a simple local rendering but all of the viewers seem to only work with the REST service.

I've set up the HTML5 viewer but I had another ReportsController within my project so i had to rename it to keep it from being clobbered by the install of the Rest service.

Once installed I found at runtime that the Reports route was being confused with an entirely separate WebServices project. The only workaround that I found was to rename the controller to TelerikRestReportsController. The call to the viewer is functioning now and you can see in the first attached file that I am getting a response. Unfortunately I am now seeing the following:

Any suggestions would be greatly appreciated.

Don
Top achievements
Rank 1
 asked on 12 Sep 2022
1 answer
165 views

I would like to know if Telerik has a solution for this challenge that we are running into. I have a Telerik Report that our system will automatically export into a PDF, but users have an option to click a checkbox and additional PDFs from the current objects children will be stitched onto the end of the PDF report. So the report itself might be 10 pages, and then our application will then stitch on an additional 5 PDF files that are 2 pages each (totaling 20 pages).

Is there a way to place bookmarks in the main report, that will be able to link to the PDF files that are stitched onto the end of the report?

Todor
Telerik team
 answered on 09 Sep 2022
1 answer
137 views

Good day!

Could you please help me to find the solution?

I have several htmlboxex in the report which accept html-strings from text-editor(for ex. <p>Comment</p><p>Comment</p><ol><li>List</li><li>List</li><li>List</li></ol><p><br></p><p>Comment</p><p>Comment</p>). And when I open the preview mode or look at it in html-viewer I get annoying extra gaps (see attached support.png). I tried to replace these <p>-tags with <div>-tags in the retrieved string in my sql-query (<div>Comment</div><div>Comment</div><ol><li>List</li><li>List</li><li>List</li></ol><div><br></div><div>Comment</div><div>Comment</div>). It helps. But there are some other tags that cannot be replaced (tags of ordered and unordered lists for example). And these gaps are still rendered. Could you please help me to find the solution how to make this text to be rendered correctly (see attached original.png, result.png)?

Thanks

Best regards, Helen

Todor
Telerik team
 answered on 07 Sep 2022
1 answer
661 views

HI,

 

I have group in Telerik report. The data source I used to create the group had some duplicated rows. Therefore, There are duplicated groups in report. Is there any way to remove those duplicated groups?

Highlighted in below image is duplicated.

 

Dimitar
Telerik team
 answered on 06 Sep 2022
0 answers
586 views

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.

William
Top achievements
Rank 1
Iron
 asked on 06 Sep 2022
1 answer
1.3K+ views

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.

 

Dimitar
Telerik team
 answered on 05 Sep 2022
1 answer
213 views

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.

0 answers
433 views
Hello, I am testing the  reports with Blazor and I need to get the accumulated per page when the list has more than one page, it is a table of amounts.
I want to get the total until the end of the page (which I get with pageExec) but I can't find a way to get the amount accumulated in the previous page to include in the first line of data SUM AND FOLLOW
and previous sum
. The data source is a JSON.
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?