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