Proprietà Item
Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As ImageMapArea
Get
'Utilizzo
Dim instance As ImageMapAreasCollection
Dim index As Integer
Dim value As ImageMapArea
value = instance(index)
public ImageMapArea this[
int index
] { get; }
public:
property ImageMapArea^ default[int index] {
ImageMapArea^ get (int index);
}
member Item : ImageMapArea
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System. . :: . .Int32
The zero-based index of the ImageMapArea object to get.
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea
A ImageMapArea object.