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

ReportWizardSettings.ExpandComplexFields Property

Specifies whether or not to expand complex fields, displaying the nested fields they contain.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public bool ExpandComplexFields { get; set; }

Property Value

Type Description
Boolean

true, to expand complex fields displaying their contents; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExpandComplexFields
XtraReportWizardClient<TModel>
.ReportWizardSettings.ExpandComplexFields
See Also