使用 Aspose.Slides 通过 URL 参数自动将 SSRS 导出到 PowerPoint

发布于 2025-01-07 19:21:17 字数 473 浏览 1 评论 0原文

使用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= 参数?我尝试了 PPTPowerPoint,但没有成功。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

壹場煙雨 2025-01-14 19:21:17

尝试使用 ASPPT 进行 PPT 和 ASPPTX 进行 PPTX

Try to use ASPPT for PPT and ASPPTX for PPTX

贵在坚持 2025-01-14 19:21:17

Aspose 使用 rs:Format= 参数中的以下值通过 URL 自动导出:

ASPPT     PowerPoint presentation (*.ppt)
ASPPS     PowerPoint slideshow (*.pps)
ASPPTX    PowerPoint 2007+ presentation (*.pptx)
ASPPSX    PowerPoint 2007+ slideshow (*.ppsx)

我通过查看导出 select 中每个项目的 value 来了解这一点 使用 FireBug 列出。

Aspose uses the following values in the rs:Format= parameter to export automatically via URL:

ASPPT     PowerPoint presentation (*.ppt)
ASPPS     PowerPoint slideshow (*.pps)
ASPPTX    PowerPoint 2007+ presentation (*.pptx)
ASPPSX    PowerPoint 2007+ slideshow (*.ppsx)

I figured it out by viewing the value of each item in the export select list using FireBug.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文