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

ReportStyleViewModel(ReportStyleId) Constructor

Initializes a new instance of the ReportStyleViewModel class with the specified report style.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v19.1.dll

Declaration

public ReportStyleViewModel(
    ReportStyleId style
)

Parameters

Name Type Description
style ReportStyleId

A ReportStyleId enumeration value.

See Also