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

IChooseReportLayoutPageView.ReportLayout Property

If implemented, specifies the selected report layout.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

ReportLayout ReportLayout { get; set; }

Property Value

Type Description
ReportLayout

A ReportLayout enumeration value.

See Also