Skip to main content

ChooseReportStylePage.ReportStyles Property

Specifies available report styles.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IEnumerable<ReportStyleViewModel> ReportStyles { get; }

Property Value

Type Description
IEnumerable<ReportStyleViewModel>

A collection of objects that specify View Models for report styles.

See Also