Freigeben über


ImageMapAreasCollection.Add Method

Adds an image map area to the collection.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public Sub Add ( _
    mapArea As ImageMapArea _
)
public void Add (
    ImageMapArea mapArea
)
public:
void Add (
    ImageMapArea^ mapArea
)
public void Add (
    ImageMapArea mapArea
)
public function Add (
    mapArea : ImageMapArea
)

Parameter

  • mapArea
    The image map area to add to the collection.

Hinweise

Neu:05. Dezember 2005

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ImageMapAreasCollection Class
ImageMapAreasCollection Members
Microsoft.ReportingServices.ReportRendering Namespace