All the images used by the report table.

Usage

Set_Property(OLECtrlEntID, "OLE.ImageList", Value)

Values

Value has the following @FM structure:

PosNameTypeDescriptionDefault
<1>Image PathFormatted StringThe path to the image file""
<2>FramesIntegerThe number of frames into which the bitmap is to be divided1
<3>Transparent ColorFormatted StringThe color within the bitmap not to be drawn. Use "Auto" to designate the top-left most pixel colorAuto

Remarks

The ImageList property allows you to set an image containing all images used in the control. For more information on image types, transparent colors, and frame counts see the Image documentation.

Example

Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ImageList", "c:\reportimages.bmp":@FM:4:@FM:"Auto")
  • No labels