TcxCustomPivotGridOLAPProvider Members
Serves as the base class for classes that implement providers for OLAP data sources.Constructors
| Name | Description |
|---|---|
| Create(TcxPivotGridOLAPDataSource) | Initializes a new instance of the TcxCustomPivotGridOLAPProvider class with specified settings. |
Properties
| Name | Description |
|---|---|
| CacheLocalCubes protected | Specifies if an OLAP cube file is copied to a temporary folder prior to being connected. |
| ConnectionString protected | Specifies the connection string to access OLAP cube data. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Returns the provider name. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| PopulateCubeNames(TStrings) | When implemented, obtains the names of cubes accessible by the provider. |
| Register | Registers the provider for use by OLAP data sources. |
| ToString | Inherited from TObject. |
| Unregister | Unregisters the provider, making it unavailable for use by OLAP data sources. |
See Also