使用 Aspose.Slides 通过 URL 参数自动将 SSRS 导出到 PowerPoint
使用Aspose.Slides(允许将SSRS导出到PowerPoint的产品),我可以提供自动输出为PPT的URL参数吗?本机 SSRS 允许通过 rs:Format 参数自动输出 PDF、Excel 等,如下所示:
http://localhost/ReportServer?/myFolder/ myReport&rs:Command=Render&rs:Format=PDF
是否有允许输出为 PowerPoint 的 rs:Format=
参数?我尝试了 PPT
和 PowerPoint
,但没有成功。
Using Aspose.Slides (a product that allows exporting SSRS to PowerPoint), can I supply a URL parameter that automatically outputs as PPT? Native SSRS allows automatic output of PDF, Excel, etc. via the rs:Format
parameter, like so:
http://localhost/ReportServer?/myFolder/myReport&rs:Command=Render&rs:Format=PDF
Is there a rs:Format=
parameter that allows outputting as PowerPoint? I tried PPT
and PowerPoint
, but to no avail.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 ASPPT 进行 PPT 和 ASPPTX 进行 PPTX
Try to use ASPPT for PPT and ASPPTX for PPTX
Aspose 使用
rs:Format=
参数中的以下值通过 URL 自动导出:我通过查看导出
select 中每个项目的
使用 FireBug 列出。value
来了解这一点Aspose uses the following values in the
rs:Format=
parameter to export automatically via URL:I figured it out by viewing the
value
of each item in the exportselect
list using FireBug.