Skip to main content

TcxPivotGridOLAPDataSource.ProviderClassName Property

Specifies the name of the provider class to be used to access OLAP cube data.

Declaration

property ProviderClassName: string read; write;

Property Value

Type
string

Remarks

Use the ProviderClassName, Provider, or ProviderClass property to specify the provider to be used to access OLAP cube data. Refer to the Provider property description to learn about available provider classes. The ProviderClassName property accepts a string representation of a provider class.

See Also