Skip to main content

TcxPivotGridOLAPOLEDBProvider.Connection Property

Provides access to the ADO connection object that is used internally to connect to OLAP cube data.

Declaration

property Connection: TADOConnection read;

Property Value

Type
TADOConnection

Remarks

Use this property to customize the properties of the connection object. For instance, you may opt to display a standard login dialog before the connection is established, specify command execution timeouts, or handle communication events, etc.

See Also