Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportStyleViewModel(
    ReportStyleId style
)

Parameters

Name Type Description
style ReportStyleId

A ReportStyleId enumeration value.

See Also