- Add the image as a resource in the AOT, Resources node (right click, Create from File)
- In the report, Add a Bitmap control and set AutoDeclaration to Yes.
- In the report, sometime prior to the rendering of the bitmap (i.e. executeSection prior to super), code:
myBitmapControl.imageName(SysResource::getImagePath("myresourcename"));
thanks
ReplyDelete