Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- index
Type: System.Int32
The zero-based index of the ImageMapArea object to get.
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ImageMapArea
A ImageMapArea object.