Compartilhar via


Classe BackgroundImage

Represents a background image in the report definition.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage

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

Sintaxe

'Declaração
Public NotInheritable Class BackgroundImage _
    Inherits ReportProperty _
    Implements IImage
'Uso
Dim instance As BackgroundImage
public sealed class BackgroundImage : ReportProperty, 
    IImage
public ref class BackgroundImage sealed : public ReportProperty, 
    IImage
[<SealedAttribute>]
type BackgroundImage =  
    class 
        inherit ReportProperty 
        interface IImage 
    end
public final class BackgroundImage extends ReportProperty implements IImage

O tipo BackgroundImage expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BackgroundRepeat Gets an expression that evaluates to a value that indicates how the background image should fill the available space.
Propriedade pública ExpressionString Gets the expression string for the report property, if the report property is an expression. (Herdado de ReportProperty.)
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública IsExpression Gets a value that indicates whether the value of the report property is an expression. (Herdado de ReportProperty.)
Propriedade pública MIMEType Gets an expression that evaluates to the MIMEType for the image.
Propriedade pública Position Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.
Propriedade pública Source Identifies the source of the image.
Propriedade pública TransparentColor Gets an expression that evaluates to a color to treat as transparent in the background image.
Propriedade pública Value Gets an expression that evaluates to the image data.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

To get the calculated values for each definition property, use the Instance property.

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