Gets the DataCubeView this row belongs to.
Namespace:
PerpetuumSoft.OlapAssembly: 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 (); } |