ReportWizardSettings.ExpandComplexFields Property
Specifies whether or not to expand complex fields, displaying the nested fields they contain.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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> |
|
See Also