ChooseReportLayoutPage.ReportLayout Property
In This Article
Specifies the selected report layout.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public virtual ReportLayout ReportLayout { get; set; }
#Property Value
Type | Description |
---|---|
Report |
A Report |
Available values:
Name | Description |
---|---|
Default | The default report layout. |
Stepped | A stepped report layout. |
Block | A modular report layout. |
Outline1 | An outlined report layout. |
Outline2 | An outlined report layout. |
Align |
A left-aligned report layout. |
Align |
A left-aligned report layout. |
Columnar | A columnar report layout. |
Tabular | A tabular report layout. |
Justified | A justified report layout. |
See Also