Page History
...
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 |
...
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
Code Block |
---|
ImageList<1> = "c:\reportimages.bmp":@VM:4:@VM:"Auto" Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ImageList", ImageList) |