Метод 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
)
Параметры
- mapArea
Тип: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea
The image map area to add to the collection.