MapObjectCollectionBase<T>.Item Property
Gets the item at the specified index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Usage
Dim instance As MapObjectCollectionBase
Dim index As Integer
Dim value As T
value = instance(index)
public override T this[
int index
] { get; }
public:
virtual property T default[int index] {
T get (int index) override;
}
abstract Item : 'T
override Item : 'T
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The index of the item.
Property Value
Type: T
A map object at the specified index.