ActiveReports 12
Add Method (ImageMapAreaCollection)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > ImageMapAreaCollection Class : Add Method
The GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.IImageMapArea to add.
Adds the specified GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.IImageMapArea to the ImageMapAreaCollection
Syntax
'Declaration
 
Public MustOverride Function Add( _
   ByVal imageMapArea As IImageMapArea _
) As Integer
public abstract int Add( 
   IImageMapArea imageMapArea
)

Parameters

imageMapArea
The GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.IImageMapArea to add.

Return Value

See Also

Reference

ImageMapAreaCollection Class
ImageMapAreaCollection Members