Is it possible to get PPTX formatted files generated by Apose.Slides to return from the Microsoft Reporting Services Web Service? Our product supports running reporting services reports through the Reporting Services Web Service.
When I try to get the web service to return a PPTX format, I get this error:
<msg>You have attempted to use a rendering extension that is either not registered for this report server or it is not supported in this edition of Reporting Services. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: You have attempted to use a rendering extension that is either not registered for this report server or it is not supported in this edition of Reporting Services. The system administrator can obtain more information about this error from the application servlet log file.</msg>
I think it may be possible. Is there some configuration in Reporting Services that controls what formats can be returned by the web service?
I have tried to understand the requirements shared by you and feel sorry to share that as per my initial response Aspose.Slides for RS cannot be executed under configurations shared by you. However, I have still requested confirmation from our development team as well for the same. I will share more elaborative response with you ASAP.
I figured it out earlier today. The render call to the reporting services web service needs to have the format type specified as "ASPPT" or "ASPPTX". Those are the internal extension names Aspose configures at installation.
I WAS passing in "PPT" / "PPTX".
So you can retrieve PPTs generated from Apose.Slides from the Reporting Services Web Service.
Its really nice that you have been able to figure out the issue on your end. I am thankful to you for your comments and it will be helpful for our customers as well.