wpf-11783-controls-and-libraries-pivot-grid-binding-to-data-olap-data-source-requirements-and-limitations.md
The following OLAP servers are supported.
Note
In MS SQL Server Analysis Services 2000, the PivotGridControl does not support a cube’s dimension members with DBNull values.
To use the OLE DB and ADOMD.NET providers, the PivotGridControl requires the Microsoft Analysis Services OLE DB and Microsoft ADOMD.NET providers on the client machine. 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 Control features are not supported in an OLAP mode:
When the ADOMD.NET data provider (specified using the OlapDataProvider property) connects to an OLAP data source, the provider requests the value and formatted text from the cube. The measure format received from the server includes a format string and the culture information.
Note
If OLAP server does not provide culture information, the client culture settings are applied to format the measure value, except the currency settings. If you explicitly specify the format using the CellFormat property, the measure value will be formatted using the client’s culture settings. To format values using different culture settings, handle the CustomCellDisplayText event.
See Also