CapImage-Klasse
Represents an image to be used for a pointer cap in a radial gauge.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .BaseGaugeImage
Microsoft.ReportingServices.RdlObjectModel..::..CapImage
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class CapImage _
Inherits BaseGaugeImage
'Usage
Dim instance As CapImage
public class CapImage : BaseGaugeImage
public ref class CapImage : public BaseGaugeImage
type CapImage =
class
inherit BaseGaugeImage
end
public class CapImage extends BaseGaugeImage
Der CapImage-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
HueColor | Color to tint the image. | |
MIMEType | The MIME type of the image. (Geerbt von BaseGaugeImage.) | |
OffsetX | X offset in the image for the cap origin. | |
OffsetY | Y offset in the image for the cap origin. | |
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.) | |
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.