Skip to content

DevExpress-Examples/wpf-pivot-grid-bind-to-an-olap-cube-net6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pivot Grid for WPF - Bind the Pivot Grid to an OLAP Cube

This example demonstrates how to bind the Pivot Grid to an MS OLAP cube.

Example Overview

  1. Create a data connection. For this, specify the OlapConnectionString property.
  2. Create Pivot Grid fields and bind them to data. For this, use DataSourceColumnBinding.
  3. Add the created fields to the PivotGridControl.Fields collection.

Files to Review

Documentation