Метод ImageMapAreasCollection.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
)

Параметры

См. также

Справочник

ImageMapAreasCollection Класс

Пространство имен Microsoft.ReportingServices.ReportRendering