Partilhar via


Propriedade do RDL Item

Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ImageMapArea
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros