ImageMapAreasCollection.Item[Int32] Property

Definition

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

public:
 property Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ default[int] { Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.ImageMapArea this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.ImageMapArea
Default Public ReadOnly Property Item(index As Integer) As ImageMapArea

Parameters

index
Int32

The zero-based index of the ImageMapArea object to get.

Property Value

A ImageMapArea object.

Applies to