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.UnwrapTopLevel Property

Indicates whether all the views that correspond to grid levels at the root nesting level are displayed in a report.

#Declaration

Delphi
property UnwrapTopLevel: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the UnwrapTopLevel property to True to display all the views that correspond to grid levels at the root nesting level, i.e. the levels in the grid’s Levels collection of the root grid levels. Otherwise, only the view that corresponds to the active root grid will be displayed in the report.

To display the view that corresponds to the active root grid level before all the other levels, set the RiseActiveLevelOntoTop property to True.

Note

This property has no effect when the Unwrap property is set to False.

The default value of the UnwrapTopLevel property is True.

See Also