Delen via


ImageMapAreasCollection.Item Property

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

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ImageMapArea
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters