Partager via


Méthode ImageMapAreasCollection.Add

Adds an image map area to the collection.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    mapArea As ImageMapArea _
)
'Utilisation
Dim instance As ImageMapAreasCollection 
Dim mapArea As ImageMapArea

instance.Add(mapArea)
public void Add(
    ImageMapArea mapArea
)
public:
void Add(
    ImageMapArea^ mapArea
)
member Add : 
        mapArea:ImageMapArea -> unit
public function Add(
    mapArea : ImageMapArea
)

Paramètres

Voir aussi

Référence

ImageMapAreasCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering