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

ReportDocumentMapStyles(ISkinOwner) Constructor

Initializes a new instance of the ReportDocumentMapStyles class with the specified skin owner.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportDocumentMapStyles(
    ISkinOwner owner
)

Parameters

Name Type Description
owner DevExpress.Web.Internal.ISkinOwner

An object implementing the DevExpress.Web.Internal.ISkinOwner interface.

See Also