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

ReportDocumentMap.Images Property

Provides access to the settings that define images displayed within the ReportDocumentMap‘s elements.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public TreeViewImages Images { get; }

Property Value

Type Description
TreeViewImages

A TreeViewImages object that contains image settings.

See Also