How to: Bind a Pivot Grid to an OLAP Cube
The following example demonstrates how to bind a PivotGridControl to an OLAP cube via the XMLA data access standard.
In this example, OLAP connection parameters are specified in a connection string passed to the PivotGridControl.OlapConnectionString property.
The following parameters are provided:
- Data Source - a path to a data pump that was previously configured on an IIS server and will be used as a middle-ware component to access the datasource;
- Initial Catalog - a data catalog that contains cubes;
- Cube Name - the name of the cube that provides OLAP data.
To learn how to bind a pivot grid to an OLAP cube step-by-step, see Lesson 1 - Binding a Pivot Grid to an OLAP Cube.