<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapPage Class
Members

In This Topic
    C1OlapPage Class
    In This Topic
    Provides a complete user interface for Olap applications.
    Object Model
    C1OlapPage Class
    Syntax
    'Declaration
     
    Public Class C1OlapPage 
       Inherits System.Windows.Controls.Control
    public class C1OlapPage : System.Windows.Controls.Control 
    Remarks

    The control contains an C1OlapPanel on the left and a tabbed content area on the right.

    The C1OlapPanel allows users to select and customize the fields that should be included in the Olap analysis.

    The tabbed content area contains three pages: a C1OlapGrid and a C1OlapChart that show the Olap analysis, and a plain grid that shows the raw data.

    The control also provides a customizable menu with commonly used commands.

    Inheritance Hierarchy

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

    See Also