Compartir a través de


Clase ImageMapArea

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ImageMapArea

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ImageMapArea
'Uso
Dim instance As ImageMapArea
public sealed class ImageMapArea
public ref class ImageMapArea sealed
[<SealedAttribute>]
type ImageMapArea =  class end
public final class ImageMapArea

El tipo ImageMapArea expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ImageMapArea Initializes a new instance of the ImageMapArea class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Returns information about the actions on the image.
Propiedad pública Coordinates Gets the coordinates of the shape, in percentage of chart size.
Propiedad pública ID Gets or sets the identifier for the image map area.
Propiedad pública Shape Gets the shape of the area.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público SetCoordinates Sets the coordinates and type of the image map area.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering