Freigeben über


ImageMapArea-Klasse

Represents an area in an image map. This class cannot be inherited.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.ReportRendering.ImageMapArea

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

Syntax

'Declaration
Public NotInheritable Class ImageMapArea
'Usage
Dim instance As ImageMapArea
public sealed class ImageMapArea
public ref class ImageMapArea sealed
[<SealedAttribute>]
type ImageMapArea =  class end
public final class ImageMapArea

Der ImageMapArea-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ImageMapArea Initializes a new instance of the ImageMapArea class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionInfo Returns information about the actions on the image.
Öffentliche Eigenschaft Coordinates Gets the coordinates of the shape, in percentage of chart size.
Öffentliche Eigenschaft ID Gets or sets the identifier for the image map area.
Öffentliche Eigenschaft Shape Gets the shape of the area.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode SetCoordinates Sets the coordinates and type of the image map area.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace