ActiveReports 12
Item Property (ImageMapAreaCollection)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ImageMapAreaCollection Class : Item Property
The index of the element to get.
Gets the GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.IImageMapArea at the specified index.
Syntax
'Declaration
 
Public MustOverride Default Property Item( _
   ByVal index As Integer _
) As IImageMapArea
public abstract IImageMapArea this[ 
   int index
]; {get; set;}

Parameters

index
The index of the element to get.

Property Value

The GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.IImageMapArea at the specified index.
See Also

Reference

ImageMapAreaCollection Class
ImageMapAreaCollection Members