ReportToolbar.Images Property
Provides access to a list of images used in a ReportToolbar.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
ReportToolbarImages | A ReportToolbarImages object, containing a list of images with additional information. |
Remarks
Use the Images property to populate the ReportToolbar with images and replace images with custom ones.
See Also