Método Add
Adds an image map area to the collection.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub Add ( _
mapArea As ImageMapArea _
)
'Uso
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
)
Parâmetros
- mapArea
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea
The image map area to add to the collection.
Consulte também