Link.Images Property
A collection of images which can be added to the Page Headers and Footers.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Property Value
Type | Description |
---|---|
Images | An Images object which represents a collection of images that can be used in the report. |
Remarks
The Images class stores images which can be added to page headers/footers. Images can be added to page headers/footers both at design time and runtime using the Page Content Editor or in code. At design time, the Page Content Editor is invoked via the LinkBase.PageHeaderFooter property.
At runtime, the Page Content Editor is available only if the LinkBase.EnablePageDialog property is enabled.