Compartir a través de


Clase CapImage

Represents an image to be used for a pointer cap in a radial gauge.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseGaugeImage
    Microsoft.ReportingServices.OnDemandReportRendering..::..CapImage

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

Sintaxis

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

El tipo CapImage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública HueColor 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 X offset in the image for the cap origin.
Propiedad pública OffsetY Y offset in the image for the cap origin.
Propiedad pública Source Identifies the source of the image (Se hereda de BaseGaugeImage.)
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 protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (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.