C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class
Members

FlexPivotPage Class
Provides a complete user interface for FlexPivot applications.
Object Model
FlexPivotPage Class
Syntax
'Declaration
 
Public Class FlexPivotPage 
   Inherits 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 FlexPivotChart that show the Olap analysis, and a plain grid that shows the raw data.

The control also provides a customizable C1.Win.Command.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