TcxPivotGridOLAPDataSource.Active Property
In This Article
Specifies whether the underlying connection to OLAP cube data is active.
#Declaration
Delphi
property Active: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to activate the connection. Assign False to the property to close the currently active connection to unload pivot grid data.
See Also