Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面中有一个 ReportViewerWebPart 实例,我需要通过代码从中获取一个 excel 文件。我怎样才能做到这一点?
ps:当访问者单击按钮时,我需要从报告中提供一个excel文件。ReportViewerWebPart 中的嵌入式菜单不适合我。
您必须使用 RS Web 服务并自己编写一些代码来生成该报告。有一个接受文件类型的 Render 方法,只需提供 Excel 类型。
http://msdn.microsoft.com/en-us/library/ms152787.aspx