Freigeben über


RadialPointer-Klasse

Represents a radial pointer to be drawn against a RadialScale.

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
Öffentliche Eigenschaft ActionInfo Actions for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft BarStart Indicates where the pointer will start if it is of type Bar. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft CompiledInstances (Geerbt von GaugePointer.)
Öffentliche Eigenschaft 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.)
Öffentliche Eigenschaft FieldsUsedInValueExpression Gets the fields used in a value expression. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft GaugeInputValue Value to use for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Hidden Indicates the pointer is hidden. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MarkerLength Length of the marker as a percentage of the parent scale radius. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft MarkerStyle Type of the marker. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Name Name of the gauge pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft NeedleStyle Gets an expression that evaluates to the style of the needle.
Öffentliche Eigenschaft Placement Determines where the pointer should be placed relative to the scale. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft PointerCap Gets the style properties for the pointer cap.
Öffentliche Eigenschaft PointerImage Image to use for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft SnappingEnabled Indicates values should round to the snapping interval. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft SnappingInterval Interval to which the values should round. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Style Gets the style properties of this report definition object. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft ToolTip Tool tip text for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Type Gets an expression that evaluates to the type of pointer.
Öffentliche Eigenschaft UniqueName Gets the unique identifier for this report definition object. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft 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
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld 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.