Provides a user interface for interactively transforming regular data tables into Olap pivot tables.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public class C1OlapPanel : Control
Visual Basic
Public Class C1OlapPanel _
	Inherits Control

Remarks

Olap pivot tables group data into one or more dimensions. The dimensions are represented by rows and columns on a grid, and the data is stored in the grid cells.

Use the DataSource property to set the source table, then use the OlapTable property to get the output table.

If you use a C1OlapGrid to show the output data, then set the grid's DataSource property to the appropriate C1OlapPanel.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          C1.Silverlight.Olap..::..C1OlapPanel

See Also