<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapPanel Class
Members

In This Topic
    C1OlapPanel Class
    In This Topic
    Provides a user interface for interactively transforming regular data tables into Olap pivot tables.
    Object Model
    C1OlapPanel Class
    Syntax
    'Declaration
     
    Public Class C1OlapPanel 
       Inherits System.Windows.Controls.Control
    public class C1OlapPanel : System.Windows.Controls.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.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Olap.C1OlapPanel

    See Also