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
)

参数