Compartir a través de


Clase BackgroundImage

Represents a background image in the report definition.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
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

El tipo BackgroundImage expone los siguientes miembros.

Propiedades

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

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

Comentarios

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

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