Skip to main content

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

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