I have a ppt slide deck that I plan to use as a template. Within this slide deck I have placeholders for the Title and the Body. Each page on the report will have a corresponding title and a body. I am using Aspose.slides to render the report to a ppt slide deck. Then I plan to merge those slides with the template deck using the Aspose.Slides for .NET.
I have the following questions:
1) How do I go about merging a reporting services Slide deck into the Title and Body placeholders of the template deck? Is there a way to identify on the report what should be the Title and what should be the Body that can be recognized by Aspose.Slides for .NET?
2) Is there an easy way to shrink the body of the report so it will fit into the Body portion of the master slide template? Seems that if the size of the report exceeds the size of the slide, it will bleed onto a new slide. I want to limit one report page to one slide. I tried putting the body of the report into a rectangle, but Aspose didn't render that export that control to ppt.