Compartir a través de


Clase BackgroundImageInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImageInstance

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

Sintaxis

'Declaración
Public MustInherit Class BackgroundImageInstance _
    Inherits BaseInstance _
    Implements IImageInstance
'Uso
Dim instance As BackgroundImageInstance
public abstract class BackgroundImageInstance : BaseInstance, 
    IImageInstance
public ref class BackgroundImageInstance abstract : public BaseInstance, 
    IImageInstance
[<AbstractClassAttribute>]
type BackgroundImageInstance =  
    class 
        inherit BaseInstance 
        interface IImageInstance 
    end
public abstract class BackgroundImageInstance extends BaseInstance implements IImageInstance

El tipo BackgroundImageInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BackgroundRepeat Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.
Propiedad pública ImageData Gets the calculated value of the ImageData property in a BackgroundImage class.
Propiedad pública MIMEType Gets the calculated value of the MIMEType property in a BackgroundImage class.
Propiedad pública Position Gets the calculated value of the Position property in a BackgroundImage class.
Propiedad pública StreamName Gets the calculated value of the StreamName property in a BackgroundImage class.
Propiedad pública TransparentColor Gets the calculated value of the TransparentColor property in a BackgroundImage class.

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 protegido ResetInstanceCache Resets the instance cache. (Se hereda de BaseInstance.)
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