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

ChooseReportLayoutPageView.ReportLayout Property

Specifies the selected report layout.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v21.2.Extensions.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Reporting

Declaration

public ReportLayout ReportLayout { get; set; }

Property Value

Type Description
ReportLayout

A ReportLayout enumeration value.

Implements

See Also