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