C1.Silverlight.Olap.5 Assembly > C1.Silverlight.Olap Namespace : C1OlapPanel Class |
'Declaration Public Class C1OlapPanel Inherits System.Windows.Controls.Control
public class C1OlapPanel : System.Windows.Controls.Control
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 DataSource property to set the source table, then use the OlapTable property to get the output table.
If you use a C1OlapGrid to show the output data, then set the grid's DataSource property to the appropriate C1OlapPanel.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
C1.Silverlight.Olap.C1OlapPanel