aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-b6e5707e.md
Gets or sets which data provider should be used to bind to an OLAP cube.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(OLAPDataProvider.Default)]
[PivotAPIMemberCategory(APICategory.OLAPSource)]
public OLAPDataProvider OLAPDataProvider { get; set; }
<PivotAPIMemberCategory(APICategory.OLAPSource)>
<DefaultValue(OLAPDataProvider.Default)>
Public Property OLAPDataProvider As OLAPDataProvider
| Type | Default | Description |
|---|---|---|
| OLAPDataProvider | Default |
A OLAPDataProvider enumeration member that specifies which data provider should be used to bind to an OLAP cube.
|
Available values:
| Name | Description |
|---|---|
| Default |
The default OLAP provider (see the respective property description for details).
| | Adomd |
The ADOMD.NET data provider.
| | OleDb |
The OLE DB data provider.
| | Xmla |
The XMLA data access standard.
|
ASPxPivotGrid can use one of the following data providers to communicate with the Microsoft Analysis Services server.
OLE DB for OLAP
ADOMD.NET
XMLA
The default data provider for ASPxPivotGrid is OLE DB.
See Also