'宣言 Public Class C1OlapPanel Inherits C1BasePanel
public class C1OlapPanel : C1BasePanel
'宣言 Public Class C1OlapPanel Inherits C1BasePanel
public class C1OlapPanel : C1BasePanel
Olap ピボットテーブルは、データを1つ以上のディメンションにグループ化します。これらのディメンションは、 グリッド内の行と列によって表され、データはグリッドセルに格納されます。
DataSourceプロパティを使用してソーステーブルを設定し、次に OlapTableプロパティを使用して出力テーブルを取得します。
C1OlapGridを使用して出力データを表示する場合は、グリッドの DataSourceプロパティを適切な C1OlapPanelに設定します。
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