TcxPivotGridOLAPDataSource.Provider Property
Specifies the provider to be used to access OLAP cube data.
Declaration
property Provider: TcxCustomPivotGridOLAPProvider read; write;
Property Value
Type |
---|
TcxCustomPivotGridOLAPProvider |
Remarks
Assign a TcxCustomPivotGridOLAPProvider descendant to this property and cast it to the corresponding class in order to access provider-specific settings. At design time, the Provider property provides a drop-down list populated with OLAP data providers registered for OLAP data sources. By default, the list includes two built-in providers:
OLE DB provider (TcxPivotGridOLAPOLEDBProvider);
ADO MD provider (TcxPivotGridOLAPADOMDProvider).
Alternatively, you can use the ProviderClass or ProviderClassName property to specify the provider.
See Also