开发者_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.
精彩评论