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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:C# 52.7%Language:Visual Basic .NET 47.3%