LinearPointer-Klasse
Represents a linear pointer to be drawn against a linear scale.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugePointer
Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class LinearPointer _
Inherits GaugePointer
'Usage
Dim instance As LinearPointer
public sealed class LinearPointer : GaugePointer
public ref class LinearPointer sealed : public GaugePointer
[<SealedAttribute>]
type LinearPointer =
class
inherit GaugePointer
end
public final class LinearPointer extends GaugePointer
Der LinearPointer-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Gets the actions for the pointer. (Geerbt von GaugePointer.) | |
BarStart | Gets a value that indicates where the Bar pointer starts. (Geerbt von GaugePointer.) | |
CompiledInstances | Gets the compiled instances of a gauge pointer. (Geerbt von GaugePointer.) | |
DistanceFromScale | Gets the 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 | Gets the value to use for the pointer. (Geerbt von GaugePointer.) | |
Hidden | Gets a value that indicates whether the pointer is hidden. (Geerbt von GaugePointer.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MarkerLength | Gets the length of the marker as a percentage of the parent scale radius. (Geerbt von GaugePointer.) | |
MarkerStyle | Gets the type of the marker. (Geerbt von GaugePointer.) | |
Name | Gets the name of the gauge pointer. (Geerbt von GaugePointer.) | |
Placement | Gets a value that determines where the pointer should be placed relative to the scale. (Geerbt von GaugePointer.) | |
PointerImage | Gets the image to use for the pointer. (Geerbt von GaugePointer.) | |
SnappingEnabled | Gets a value that indicates whether values should round to the snapping interval. (Geerbt von GaugePointer.) | |
SnappingInterval | Gets the interval to which the values should round to. (Geerbt von GaugePointer.) | |
Style | Gets the style properties of this report definition object. (Geerbt von GaugePointer.) | |
Thermometer | Thermometer style properties. | |
ToolTip | Gets the tool tip text for the pointer. (Geerbt von GaugePointer.) | |
Type | Type of pointer. | |
UniqueName | Gets the unique identifier for this report definition object. (Geerbt von GaugePointer.) | |
Width | Gets the 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.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace