aspnet-11780-components-pivot-grid-binding-to-data-olap-data-source-requirements-and-limitations.md
Jul 02, 2024
3 minutes to read
The following OLAP servers are supported:
Note
To use the OLE DB and ADOMD.NET providers, the ASPxPivotGrid requires the Microsoft Analysis Services OLE DB and Microsoft ADOMD.NET providers on the web server. Refer to the Data providers used for Analysis Services connections document for more information.
The following limitations are in effect when you use OLE DB and ADOMD.NET providers:
The following features have limitations in OLAP mode:
The following Pivot Grid features are not supported in OLAP mode:
When the ADOMD.NET data provider (specified via the PivotGridControl.OLAPDataProvider property) connects to an OLAP data source, the provider requests the value and formatted text from the OLAP server’s cube. This information includes a format string and the culture information.
Note
If the OLAP server does not provide culture information, the client’s culture settings are used to format the value (except currency settings). The client’s culture settings are also used if you use the PivotGridFieldBase.CellFormat property to specify the format. To use different culture settings to format values, handle the ASPxPivotGrid.CustomCellDisplayText event.
See Also