RadialPointer-Klasse
Represents a radial pointer to be drawn against a RadialScale.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePointer
Microsoft.ReportingServices.OnDemandReportRendering..::..RadialPointer
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class RadialPointer _
Inherits GaugePointer
'Usage
Dim instance As RadialPointer
public sealed class RadialPointer : GaugePointer
public ref class RadialPointer sealed : public GaugePointer
[<SealedAttribute>]
type RadialPointer =
class
inherit GaugePointer
end
public final class RadialPointer extends GaugePointer
Der RadialPointer-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Actions for the pointer. (Geerbt von GaugePointer.) | |
BarStart | Indicates where the pointer will start if it is of type Bar. (Geerbt von GaugePointer.) | |
CompiledInstances | (Geerbt von GaugePointer.) | |
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). (Geerbt von GaugePointer.) | |
FieldsUsedInValueExpression | Gets the fields used in a value expression. (Geerbt von GaugePointer.) | |
GaugeInputValue | Value to use for the pointer. (Geerbt von GaugePointer.) | |
Hidden | Indicates the pointer is hidden. (Geerbt von GaugePointer.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MarkerLength | Length of the marker as a percentage of the parent scale radius. (Geerbt von GaugePointer.) | |
MarkerStyle | Type of the marker. (Geerbt von GaugePointer.) | |
Name | Name of the gauge pointer. (Geerbt von GaugePointer.) | |
NeedleStyle | Gets an expression that evaluates to the style of the needle. | |
Placement | Determines where the pointer should be placed relative to the scale. (Geerbt von GaugePointer.) | |
PointerCap | Gets the style properties for the pointer cap. | |
PointerImage | Image to use for the pointer. (Geerbt von GaugePointer.) | |
SnappingEnabled | Indicates values should round to the snapping interval. (Geerbt von GaugePointer.) | |
SnappingInterval | Interval to which the values should round. (Geerbt von GaugePointer.) | |
Style | Gets the style properties of this report definition object. (Geerbt von GaugePointer.) | |
ToolTip | Tool tip text for the pointer. (Geerbt von GaugePointer.) | |
Type | Gets an expression that evaluates to the type of pointer. | |
UniqueName | Gets the unique identifier for this report definition object. (Geerbt von GaugePointer.) | |
Width | Width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). (Geerbt von GaugePointer.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_instance | Infrastruktur (Geerbt von GaugePanelObjectCollectionItem.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.