Provides a complete user interface for Olap applications.

Namespace:  C1.Silverlight.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public class C1OlapPage : Control
Visual Basic
Public Class C1OlapPage _
	Inherits 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