Hi, I'm evaluating Aspose.Slides for reporting services for purchase. What I'd like to do in one step is the following:
From a ReportViewer control, have a user run a Reporting Services report, then take the results of that and apply a PowerPoint template to it, and output it as a powerpoint presentation.
Sure, the user can do this manually- by downloading to PowerPoint using Aspose.Slides for Reporting Services, apply the template in the Presentation and save it, but I want to automate these steps. I've got code to apply a template programatically to a PowerPoint presentation using regular Aspose.Slides, but I want to automate the whole process in one 'click' to the user.
Is this possible?