Skip to main content

TdxGridReportLinkOptionsLevels.UnwrapTopLevel Property

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

Declaration

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