cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Cloning PictureObject

08-14-2018 9:48 AM
488 views 1 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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?

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

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)