Skip to main content

ReportDocumentMapStyles.NodeImage Property

Gets the style settings assigned to nodes in a Document Map.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public AppearanceStyle NodeImage { get; }

Property Value

Type Description
AppearanceStyle

A AppearanceStyle value.

See Also