C1.Silverlight.Olap.5
C1OlapPanel Class
Members 

Provides a user interface for interactively transforming regular data tables into Olap pivot tables.
Object Model
C1OlapPanel Class
Syntax
'Declaration
 
Public Class C1OlapPanel 
   Inherits System.Windows.Controls.Control
public class C1OlapPanel : System.Windows.Controls.Control 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               C1.Silverlight.Olap.C1OlapPanel

See Also

Reference

C1OlapPanel Members
C1.Silverlight.Olap Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.