PDF Report

1 Answer 247 Views
.NET Core Report Viewer - ASP.NET
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
Taras asked on 05 Dec 2021, 07:27 PM

I have an ASP.Net Core application (MVVC) which will run on Azure.

I need to create a PDF report which mimics the add/edit (View) page.  Only one report would be created at a time and it is anticipated that this will be a low volume requirement.

Can anyone point me to any demos/samples that I could follow to create the report?

 

Thanks

Dimitar
Telerik team
commented on 08 Dec 2021, 02:44 PM

Could you please elaborate further on what you mean by creating a PDF report with add/edit functionalities?

Telerik reports are only in formats TRDP/TRDX/CS. They can be exported to PDF but not designed in PDF.

If users should be able to add/edit reports, then you may want to use our Web Report Designer. Check out the live demo at https://demos.telerik.com/reporting/designer. The designer itself also allows exporting the loaded report by clicking the Preview button which will load the report in a report viewer which has an Export button in its toolbar - HTML5 report viewer | Toolbar.

Taras
Top achievements
Rank 3
Iron
Iron
Veteran
commented on 10 Dec 2021, 04:42 PM

What I meant was that the PDF was to contain the data on the add/edit view page.  The intent is user clicks a button that would create the PDF and download it.  The user can't create/edit the report.

The live demos are not that valuable.  They only show what's capable, not how to create them. 

I did find where sample reports are located and was able to create what I needed based on them.  Just a matter of incorporating it into the app for one click now.

1 Answer, 1 is accepted

Sort by
0
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
answered on 09 Dec 2021, 04:57 PM
After a lot of searching found some sample projects
Tags
.NET Core Report Viewer - ASP.NET
Asked by
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
Share this question
or