Partilhar via


Classe BackgroundImageInstance

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo BackgroundImageInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BackgroundRepeat Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.
Propriedade pública ImageData Gets the calculated value of the ImageData property in a BackgroundImage class.
Propriedade pública MIMEType Gets the calculated value of the MIMEType property in a BackgroundImage class.
Propriedade pública Position Gets the calculated value of the Position property in a BackgroundImage class.
Propriedade pública StreamName Gets the calculated value of the StreamName property in a BackgroundImage class.
Propriedade pública TransparentColor Gets the calculated value of the TransparentColor property in a BackgroundImage class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido ResetInstanceCache Resets the instance cache. (Herdado de BaseInstance.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering