Gets the DataCubeView this row belongs to.

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

Syntax

C#
public DataCubeView View { get; }
Visual Basic (Declaration)
Public ReadOnly Property View As DataCubeView
Visual C++
public:
property DataCubeView^ View {
	DataCubeView^ get ();
}

See Also