'宣言 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.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
C1.WPF.Olap.C1OlapPanel