Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGridReportLinkOptionsLevels.Unwrap Property

Specifies whether all the detail views that correspond to the grid levels at the same hierarchy level are displayed in a report.

#Declaration

Delphi
property Unwrap: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

When the Unwrap property is set to False only the active grid level’s detail views that are currently expanded will be displayed in a report. To display all the detail views that correspond to the grid levels at the same hierarchy level, set the Unwrap property to True. This will add the views of all these child levels to the report in accordance with their indexes in the Items collection of the corresponding master level.

The Unwrap property’s default value is False.

See Also