Skip to content

DevExpress-Examples/winforms-pivotgrid-bind-to-an-olap-cube-via-xmla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WinForms - Bind to an OLAP Cube with the XMLA Data Provider

This example demonstrates how to add connection settings to the Adventure Works cube on the OLAP server.

Pivot Grid

To bind the Pivot Grid control to an OLAP cube, follow the steps below.

  1. Set the PivotGridControl.OLAPDataProvider property to Xmla.
  2. Specify connection settings in the PivotGridControl.OLAPConnectionString property. The following connection string is used in this example:
    OLAPConnectionString = Data Source=http://demos.devexpress.com/Services/OLAP/msmdpump.dll;" +
                "Initial Catalog=Adventure Works DW Standard Edition;Cube Name=Adventure Works";
    
    Note that a valid connection string should include the following parameters: Provider, Data Source, Initial Catalog, and Cube Name.

Files to Review

Documentation

More Examples

About

This example demonstrates how to add connection settings to the Adventure Works cube on the OLAP server.

Topics

Resources

License

Stars

Watchers

Forks