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.