Implements Item[([(Int32])]).
Namespace:
PerpetuumSoft.Reporting.Data.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public NestedField this[ int index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As NestedField |
Visual C++ |
---|
public: property NestedField^ default[int index] { NestedField^ get (int index); } |
Parameters
- index
- Type: System..::.Int32