Represents the grid for reviewing DataCube.

Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public class DataCubeGrid : UserControl, 
	IEngineSite
Visual Basic (Declaration)
Public Class DataCubeGrid _
	Inherits UserControl _
	Implements IEngineSite
Visual C++
public ref class DataCubeGrid : public UserControl, 
	IEngineSite

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              PerpetuumSoft.Olap.Windows.Forms..::.DataCubeGrid

See Also