ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.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 C1BasePanel
    public class C1OlapPanel : C1BasePanel 
    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.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.UserControl
                            C1.Win.Olap.C1OlapPanel

    See Also