Skip to main content

ChooseReportLayoutPageView.ReportLayout Property

Specifies the selected report layout.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v25.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public ReportLayout ReportLayout { get; set; }

Property Value

Type Description
ReportLayout

A ReportLayout enumeration value.

Implements

See Also