cxGetPivotGridOLAPDataSourceProviders Method
Returns a list of providers registered for OLAP data sources.
Declaration
function cxGetPivotGridOLAPDataSourceProviders: TcxRegisteredClasses;
Returns
Type |
---|
TcxRegisteredClasses |
Remarks
By default, the list includes two built-in providers:
OLE DB provider (TcxPivotGridOLAPOLEDBProvider);
ADO MD provider (TcxPivotGridOLAPADOMDProvider).
You can extend the list with custom providers or remove any provider from the list using a provider’s Register and Unregister method calls.
At design time, the list is exposed by an OLAP data source’s Provider property.
See Also