Represents a databindable view of a DataCube.

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

Syntax

C#
public class DataCubeView : Component, 
	IBindingList, IList, ICollection, IEnumerable, ITypedList
Visual Basic (Declaration)
Public Class DataCubeView _
	Inherits Component _
	Implements IBindingList, IList, ICollection, IEnumerable,  _
	ITypedList
Visual C++
public ref class DataCubeView : public Component, 
	IBindingList, IList, ICollection, IEnumerable, ITypedList

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.Olap..::.DataCubeView

See Also