Udostępnij za pośrednictwem


ImageMapAreasCollection.Add Method

Adds an image map area to the collection.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub Add ( _
    mapArea As ImageMapArea _
)
'Usage
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
)

Parameters

See Also

Reference

ImageMapAreasCollection Class

Microsoft.ReportingServices.ReportRendering Namespace