Freigeben über


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
Öffentliche Eigenschaft ActionInfo Gets the actions for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft BarStart Gets a value that indicates where the Bar pointer starts. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft CompiledInstances Gets the compiled instances of a gauge pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft 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.)
Öffentliche Eigenschaft FieldsUsedInValueExpression Gets the fields used in a value expression. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft GaugeInputValue Gets the value to use for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Hidden Gets a value that indicates whether 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 Gets the length of the marker as a percentage of the parent scale radius. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft MarkerStyle Gets the type of the marker. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Name Gets the 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 Gets a value that 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 Gets the image to use for the pointer. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft SnappingEnabled Gets a value that indicates whether values should round to the snapping interval. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft SnappingInterval Gets the interval to which the values should round to. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft Style Gets the style properties of this report definition object. (Geerbt von GaugePointer.)
Öffentliche Eigenschaft ToolTip Gets the 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 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
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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