FrameImage-Klasse
Represents an image to be used for the frame background of a gauge or gauge panel.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .BaseGaugeImage
Microsoft.ReportingServices.RdlObjectModel..::..FrameImage
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class FrameImage _
Inherits BaseGaugeImage
'Usage
Dim instance As FrameImage
public class FrameImage : BaseGaugeImage
public ref class FrameImage : public BaseGaugeImage
type FrameImage =
class
inherit BaseGaugeImage
end
public class FrameImage extends BaseGaugeImage
Der FrameImage-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
FrameImage | Creates a new instance of the FrameImage class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ClipImage | Indicates the image should be clipped to the frame outline. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
HueColor | Color with which to tint the image. | |
MIMEType | The MIME type of the image. (Geerbt von BaseGaugeImage.) | |
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
Source | Identifies the source of the image. (Geerbt von BaseGaugeImage.) | |
Transparency | Percent transparency for the image. | |
TransparentColor | Color to treat as transparent in the image. (Geerbt von BaseGaugeImage.) | |
Value | The image data. (Geerbt von BaseGaugeImage.) |
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 | (Geerbt von BaseGaugeImage.) | |
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.