ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPanel Class
Members

In This Topic
    C1FlexPivotPanel Class
    In This Topic
    Represents a control which provides a user interface for interactively transforming regular data tables into FlexPivot pivot tables.
    Object Model
    C1FlexPivotPanel Class
    Syntax
    'Declaration
     
    Public Class C1FlexPivotPanel 
       Inherits C1BasePanel
    public class C1FlexPivotPanel : 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 FlexPivotTable property to get the output table.

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

    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.FlexPivot.C1BasePanel
                            C1.Win.FlexPivot.C1FlexPivotPanel

    See Also