Using WPF CrystalReportsViewer and the CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument I’m able to dynamically add an image to ALL pages in the rpt by calling ImportPicture on the appropriate section. However, I want to add a different image to each page.
I’ve figured out how many pages need images (see How do I get the number of rendered pages from a CrystalReportsViewer?), but have not been able to get a different image on each page.
Is there a data model of the “as rendered” report that I can access? Can I add a different image per page?
Add all the images to the desired section, then EnableSuppress and set the formula to hide when its not on the desired page.