Metoda ImageMapAreasCollection.Add
Dodaje obszar mapy obrazu do kolekcja.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub Add ( _
mapArea As ImageMapArea _
)
'Użycie
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
)
Parametry
- mapArea
Typ: Microsoft.ReportingServices.ReportRendering.ImageMapArea
Aby dodać do kolekcja obszar mapy obrazu.
Zobacz także