Freigeben über


BackgroundImage-Klasse

Represents a background image in the report definition.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class BackgroundImage _
    Inherits ReportProperty _
    Implements IImage
'Usage
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

Der BackgroundImage-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BackgroundRepeat Gets an expression that evaluates to a value that indicates how the background image should fill the available space.
Öffentliche Eigenschaft ExpressionString Gets the expression string for the report property, if the report property is an expression. (Geerbt von ReportProperty.)
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft IsExpression Gets a value that indicates whether the value of the report property is an expression. (Geerbt von ReportProperty.)
Öffentliche Eigenschaft MIMEType Gets an expression that evaluates to the MIMEType for the image.
Öffentliche Eigenschaft Position Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.
Öffentliche Eigenschaft Source Identifies the source of the image.
Öffentliche Eigenschaft TransparentColor Gets an expression that evaluates to a color to treat as transparent in the background image.
Öffentliche Eigenschaft Value Gets an expression that evaluates to the image data.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.