FlexPivot for WinForms
C1FlexPivotPanel クラス
メンバ 

C1.Win.FlexPivot.4.5.2 アセンブリ > C1.Win.FlexPivot 名前空間 : C1FlexPivotPanel クラス
Represents a control which provides a user interface for interactively transforming regular data tables into FlexPivot pivot tables.
オブジェクト モデル
C1FlexPivotPanel クラス
シンタックス
'宣言
 
Public Class C1FlexPivotPanel 
   Inherits C1BasePanel
public class C1FlexPivotPanel : C1BasePanel 
解説

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 C1FlexPivotPanel.DataSource property to set the source table, then use the C1FlexPivotPanel.FlexPivotTable property to get the output table.

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

継承階層

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

参照

C1FlexPivotPanel メンバ
C1.Win.FlexPivot 名前空間