cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Cloning PictureObject

0 Kudos

I clone a Section from a template report (ISCDReportClientDocument templateReport

) and use the ReportSectionsController to Add the cloned section to a target report. This works well. But as soon as the template section contains a Picture (Bitmap) the statment

ReportSectionsController.Add(clonedSection)

fails. Message: Image data missing.

How can I clone /copy an Image from a template report to a target report?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Joerg,

I have not tried it but what you likely need to do is clone the objects in the section as well as the section.

Don

Answers (0)