TdxPrinterPage.ImageCollection Property
Specifies the source image collection.
Declaration
property ImageCollection: TcxImageCollection read; write;
Property Value
Type |
---|
TcxImageCollection |
Remarks
Use the ImageCollection property to bind the TcxImageCollection (whose images will be displayed in the report’s headers and footers) to the report link.
To learn how to use these images in the report, refer to the How to Add Header and Footer Images to a Report help topic.
See Also