ReportImageIndex Property
Applies To: ListView

Description

The ReportImageIndex property is an integer scalar or matrix that specifies the images to be displayed alongside each item in a ListView object in Report View.

If it is a matrix, its first column specifies the indices of the icons to be displayed against the Items of the ListView, overriding the icons specified by ImageIndex, and its subsequent columns specify the indices of the icons to be displayed against the elements of ReportInfo.

That is, if non-scalar, (⍴ReportImageIndex)←→(0 1+⍴ReportInfo)

Each element of ReportImageIndex specifies an index into the ImageList object specified by the ImageListObj property.