Skip to main content

TdxGridReportLinkOptionsLevels.RiseActiveLevelOntoTop Property

Indicates whether the view that corresponds to the currently active root grid level is displayed at the top of a report.

Declaration

property RiseActiveLevelOntoTop: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the RiseActiveLevelOntoTop property to True to display the view that corresponds to the grid level at the root nesting level which is currently active before all the other levels which will appear in the report in accordance to their indexes in the grid’s Levels collection of the root grid levels. Otherwise, the state of the grid level at the root nesting level does not affect the order in which the corresponding views are displayed in the report.

Note

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

The RiseActiveLevelOntoTop property’s default value is True.

See Also