共用方式為


Add 方法

Adds an image map area to the collection.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub Add ( _
    mapArea As ImageMapArea _
)
'用途
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
)

參數