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

ChooseReportStylePage.ReportStyles Property

Specifies available report styles.

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

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

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