Add 메서드
Adds an image map area to the collection.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.