Compartir a través de


Clase PointerImage

Represents an image to be used for a pointer in a Gauge.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImage
    Microsoft.ReportingServices.OnDemandReportRendering.PointerImage

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

Sintaxis

'Declaración
Public NotInheritable Class PointerImage _
    Inherits BaseGaugeImage
'Uso
Dim instance As PointerImage
public sealed class PointerImage : BaseGaugeImage
public ref class PointerImage sealed : public BaseGaugeImage
[<SealedAttribute>]
type PointerImage =  
    class 
        inherit BaseGaugeImage 
    end
public final class PointerImage extends BaseGaugeImage

El tipo PointerImage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública HueColor Gets an expression that evaluates to the color with which to tint the image.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MIMEType The MIMEType of the image. (Se hereda de BaseGaugeImage.)
Propiedad pública OffsetX Gets an expression that evaluates to the X offset in the image for the pointer origin.
Propiedad pública OffsetY Gets an expression that evaluates to the Y offset in the image for the pointer origin.
Propiedad pública Source Identifies the source of the image (Se hereda de BaseGaugeImage.)
Propiedad pública Transparency Gets an expression that evaluates to the percent transparency for the image.
Propiedad pública TransparentColor Color to treat as transparent in the image (Se hereda de BaseGaugeImage.)
Propiedad pública Value The image data. (Se hereda de BaseGaugeImage.)

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 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.OnDemandReportRendering