ImageMapAreasCollection.Add(ImageMapArea) Method

Definition

Adds an image map area to the collection.

public:
 void Add(Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ mapArea);
public void Add (Microsoft.ReportingServices.ReportRendering.ImageMapArea mapArea);
member this.Add : Microsoft.ReportingServices.ReportRendering.ImageMapArea -> unit
Public Sub Add (mapArea As ImageMapArea)

Parameters

mapArea
ImageMapArea

The image map area to add to the collection.

Applies to