Shows or hides the panel to which the user can drag and drop columns.

Usage

Set_Property(OLECtrlEntID, "OLE.GroupPanelVisible", Boolean)

Values

[True | False]

Default: False

Remarks

The GroupPanelVisible property shows or hides the grouping panel. The grouping panel appears at the top of the table above the column headers. It visually displays the current grouping, if any. The user can interact with the panel to rearrange the group and add or remove columns.

By default, the panel is hidden and this property is false. If you want to allow the user to customize the grouping, then set this to true. Note that the panel takes up space, so make sure your table is large enough to display both the panel and several data rows.

Example

// Show the grouping panel 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.GroupPanelVisible", 1)

See Also

HeaderVisibleFooterVisible

  • No labels