Skip to main content

ChooseReportStylePage.SelectedReportStyle Property

Specifies the selected report style.

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

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual ReportStyleViewModel SelectedReportStyle { get; set; }

Property Value

Type Description
ReportStyleViewModel

An object that specifies a report style’s View Model.

See Also