I am not using a report server, but rather the ReportViewer. Can I still generate a report and automatically convert it into PDF?
Thanks
I am not using a report server, but rather the ReportViewer. Can I still generate a report and automatically convert it into PDF?
Thanks
Hi @Zolotoy-3922 ,
Unfortunately, the URL call is based on the report server.
So if you just want to download reports from Report Viewer, there are icons on the ReportViewer that can be saved directly.
If you use a report server and you want to obtain a PDF copy of the report directly from the native mode report server, you could choose to use the rs:Format URL parameter to specify the format of the report:
https://myrshost/ReportServer?/myreport&rs:Format=PDF
HTML4.0 and HTM5 formats (rendering extensions) will be rendered in the browser. For other formats, the browser will prompt to save the report output to a local file.
Best Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
If the URL cannot be achieved, you might as well try the script. But I am not good at using scripts.
how to directly get pdf from reportviewer?
Save RDLC Report as PDF at Run Time in C#
Export a report directly to pdf by passing the Report Viewer Control (ASP.NET using VB.NET syntax) RRS feed
6 people are following this question.