Compartir a través de


BackgroundImageInstance Clase

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

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

Sintaxis

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

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.