ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class
Members

In This Topic
    FlexPivotPage Class
    In This Topic
    Provides a complete user interface for FlexPivot applications.
    Object Model
    FlexPivotPage Class
    Syntax
    'Declaration
     
    Public Class FlexPivotPage 
       Inherits C1BasePanel
    public class FlexPivotPage : C1BasePanel 
    Remarks

    The control contains a C1FlexPivotPanel on the left and a tabbed content area on the right.

    The C1FlexPivotPanel allows users to select and customize the fields that should be included in the Olap analysis.

    The tabbed content area contains three pages: a C1FlexPivotGrid and a C1FlexPivotChart that show the Olap analysis, and a plain grid that shows the raw data.

    The control also provides a customizable C1.Win.C1Command.C1ToolBar control with commonly used commands.

    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.FlexPivotPage

    See Also