GaugePointer-Klasse
Represents a pointer to be drawn against a scale.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..GaugePointer
Microsoft.ReportingServices.RdlObjectModel. . :: . .LinearPointer
Microsoft.ReportingServices.RdlObjectModel. . :: . .RadialPointer
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class GaugePointer _
Inherits ReportObject _
Implements INamedObject
'Usage
Dim instance As GaugePointer
public class GaugePointer : ReportObject,
INamedObject
public ref class GaugePointer : public ReportObject,
INamedObject
type GaugePointer =
class
inherit ReportObject
interface INamedObject
end
public class GaugePointer extends ReportObject implements INamedObject
Der GaugePointer-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
GaugePointer | Creates a new instance of the GaugePointer class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the pointer | |
BarStart | Indicates where the pointer will start if it is of type Bar. | |
ComponentMetadata | The component metadata. (Geerbt von ReportObject.) | |
DistanceFromScale | Distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). | |
GaugeInputValue | Value to use for the pointer | |
Hidden | Indicates the pointer is hidden. | |
MarkerLength | Length of the marker as a percentage of the parent scale radius. | |
MarkerStyle | Type of the marker. | |
Name | ||
Parent | The parent of this report object. (Geerbt von ReportObjectBase.) | |
Placement | Determines where the pointer should be placed relative to the scale. | |
PointerImage | Image to use for the pointer. | |
Site | Infrastruktur (Geerbt von ReportObject.) | |
SnappingEnabled | Indicates values should round to the snapping interval. | |
SnappingInterval | Interval to which the values should round. | |
Style | Gets the style properties of this report definition object. | |
ToolTip | Tool tip text for the pointer. | |
Width | Width of the pointer, as a percentage of the scale size. |
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 (Geerbt von ReportObject.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Initialize | Initializes an instance of the GaugePointer class. (Überschreibt ReportObject. . :: . .Initialize() () () ().) | |
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.