Skip to main content

ReportDocumentMap.Styles Property

Provides access to the style settings that control the appearance of a Document Map’s elements.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportDocumentMapStyles Styles { get; }

Property Value

Type Description
ReportDocumentMapStyles

A ReportDocumentMapStyles object.

See Also