Skip to main content
A newer version of this page is available. .

ReportToolbar.Images Property

Provides access to a list of images used in a ReportToolbar.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarImages Images { get; }

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