All the images used by the report table.
Usage
Set_Property(OLECtrlEntID, "OLE.ImageList", Value)
Values
Value has the following @FM structure:
Pos | Name | Type | Description | Default |
---|---|---|---|---|
<1> | Image Path | Formatted String | The path to the image file | "" |
<2> | Frames | Integer | The number of frames into which the bitmap is to be divided | 1 |
<3> | Transparent Color | Formatted String | The color within the bitmap not to be drawn. Use "Auto" to designate the top-left most pixel color | Auto |
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")