Partager via


Classe BackgroundImage

Represents a background image in the report definition.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class BackgroundImage _
    Inherits ReportProperty _
    Implements IImage
'Utilisation
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

Le type BackgroundImage expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BackgroundRepeat Gets an expression that evaluates to a value that indicates how the background image should fill the available space.
Propriété publique ExpressionString Gets the expression string for the report property, if the report property is an expression. (hérité de ReportProperty.)
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique IsExpression Gets a value that indicates whether the value of the report property is an expression. (hérité de ReportProperty.)
Propriété publique MIMEType Gets an expression that evaluates to the MIMEType for the image.
Propriété publique Position Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.
Propriété publique Source Identifies the source of the image.
Propriété publique TransparentColor Gets an expression that evaluates to a color to treat as transparent in the background image.
Propriété publique Value Gets an expression that evaluates to the image data.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.