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 | |
---|---|---|
BackgroundRepeat | Gets an expression that evaluates to a value that indicates how the background image should fill the available space. | |
ExpressionString | Gets the expression string for the report property, if the report property is an expression. (Geerbt von ReportProperty.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. (Geerbt von ReportProperty.) | |
MIMEType | Gets an expression that evaluates to the MIMEType for the image. | |
Position | Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn. | |
Source | Identifies the source of the image. | |
TransparentColor | Gets an expression that evaluates to a color to treat as transparent in the background image. | |
Value | Gets an expression that evaluates to the image data. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
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.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace