Compartir a través de


Clase FrameImage

Represents an image to be used for the frame background of a gauge or gauge panel.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImage
    Microsoft.ReportingServices.OnDemandReportRendering.FrameImage

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

Sintaxis

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

El tipo FrameImage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ClipImage Indicates the image should be clipped to the frame outline.
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 Source Identifies the source of the image (Se hereda de BaseGaugeImage.)
Propiedad pública Transparency 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