BackgroundImage-Klasse
Represents a background image in the report definition.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..BackgroundImage
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class BackgroundImage _
Inherits ReportObject
'Usage
Dim instance As BackgroundImage
public class BackgroundImage : ReportObject
public ref class BackgroundImage : public ReportObject
type BackgroundImage =
class
inherit ReportObject
end
public class BackgroundImage extends ReportObject
Der BackgroundImage-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BackgroundImage | Creates a new instance of the BackgroundImage class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
BackgroundRepeat | Indicates how the background image should fill the available space. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
MIMEType | The MIMEType for the image. | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Position | Indicates where a background image with BackgroundRepeat = Clip should be drawn. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
Source | Identifies the source of the image. | |
TransparentColor | Defines a color to treat as transparent in the background image. | |
Value | Gets the image data. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Geerbt von ReportObject.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetContainingDataScopes | Infrastruktur (Geerbt von ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastruktur (Geerbt von ReportObject.) | |
GetDependenciesCore | Infrastruktur (Überschreibt ReportObject. . :: . .GetDependenciesCore(IList< (Of < <' (ReportObject> ) > > )).) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Initialize | Infrastruktur (Geerbt von ReportObject.) | |
InitializeForDesigner | Infrastruktur (Geerbt von ReportObject.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnChildPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
OnPropertyChanged | Infrastruktur (Geerbt von ReportObject.) | |
RdlSemanticEqualsCore | Infrastruktur (Geerbt von ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infrastruktur (Geerbt von ReportObject.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDisposable. . :: . .Dispose | (Geerbt von ReportObject.) | |
IComponent. . :: . .Disposed | (Geerbt von ReportObject.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.