开发者

Can I load PDF to .NET ReportViewer?

开发者 https://www.devze.com 2023-02-12 03:05 出处:网络
开发者_StackOverflowCan I load a PDF into a .NET ReportViewer control?If so, how can I do it? Best Regards,

开发者_StackOverflowCan I load a PDF into a .NET ReportViewer control? If so, how can I do it?

Best Regards, Yohan


No, you can't open a PDF document directly from the ReportViewer.

The ReportViewer loads a report definition language (RDL) file, and can then output the result in the viewer or export to PDF/Word/HTML etc.

In which environment are you trying to do this? You can open and write a PDF file to the browser directly in ASP.NET by manipulating the Response object.

0

精彩评论

暂无评论...
验证码 换一张
取 消