Compartir a través de


Clase FrameImageInstance

Represents an instance type of the FrameImage class, and contains the calculated values of the properties in FrameImage.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
      Microsoft.ReportingServices.OnDemandReportRendering.FrameImageInstance

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

Sintaxis

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

El tipo FrameImageInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ClipImage Gets the calculated value of the ClipImage property in a FrameImage class.
Propiedad pública HueColor Gets the calculated value of the HueColor property in a FrameImage class.
Propiedad pública ImageData Gets the calculated value of the ImageData property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.)
Propiedad pública MIMEType Gets the calculated value of the MIMEType property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.)
Propiedad pública Source Gets the calculated value of the Source property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.)
Propiedad pública Transparency Gets the calculated value of the Transparency property in a FrameImage class.
Propiedad pública TransparentColor Gets the calculated value of the TransparentColor property in a BaseGaugeImage class. (Se hereda de BaseGaugeImageInstance.)

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