Back to Devexpress

ASPxPivotGrid.OLAPDataProvider Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-b6e5707e.md

latest2.1 KB
Original Source

ASPxPivotGrid.OLAPDataProvider Property

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

Declaration

csharp
[DefaultValue(OLAPDataProvider.Default)]
[PivotAPIMemberCategory(APICategory.OLAPSource)]
public OLAPDataProvider OLAPDataProvider { get; set; }
vb
<PivotAPIMemberCategory(APICategory.OLAPSource)>
<DefaultValue(OLAPDataProvider.Default)>
Public Property OLAPDataProvider As OLAPDataProvider

Property Value

TypeDefaultDescription
OLAPDataProviderDefault

A OLAPDataProvider enumeration member that specifies which data provider should be used to bind to an OLAP cube.

|

Available values:

NameDescription
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.

|

Remarks

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

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace