Compartir a través de


ImageMapAreasCollection.Add Método

Adds an image map area to the collection.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    mapArea As ImageMapArea _
)
'Uso
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
)

Parámetros

Vea también

Referencia

ImageMapAreasCollection Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering