Condividi tramite


Classe RadialPointer

Represents a radial pointer to be drawn against a RadialScale.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePointer
      Microsoft.ReportingServices.OnDemandReportRendering.RadialPointer

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class RadialPointer _
    Inherits GaugePointer
'Utilizzo
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

Nel tipo RadialPointer sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ActionInfo Gets the actions for the pointer. Ereditato da GaugePointer.
Proprietà pubblica BarStart Gets a value that indicates where the Bar pointer starts. Ereditato da GaugePointer.
Proprietà pubblica CompiledInstances Gets the compiled instances of a gauge pointer. Ereditato da GaugePointer.
Proprietà pubblica 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). Ereditato da GaugePointer.
Proprietà pubblica FieldsUsedInValueExpression Gets the fields used in a value expression. Ereditato da GaugePointer.
Proprietà pubblica GaugeInputValue Gets the value to use for the pointer. Ereditato da GaugePointer.
Proprietà pubblica Hidden Gets a value that indicates whether the pointer is hidden. Ereditato da GaugePointer.
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica MarkerLength Gets the length of the marker as a percentage of the parent scale radius. Ereditato da GaugePointer.
Proprietà pubblica MarkerStyle Gets the type of the marker. Ereditato da GaugePointer.
Proprietà pubblica Name Gets the name of the gauge pointer. Ereditato da GaugePointer.
Proprietà pubblica NeedleStyle Gets an expression that evaluates to the style of the needle.
Proprietà pubblica Placement Gets a value that determines where the pointer should be placed relative to the scale. Ereditato da GaugePointer.
Proprietà pubblica PointerCap Gets the style properties for the pointer cap.
Proprietà pubblica PointerImage Gets the image to use for the pointer. Ereditato da GaugePointer.
Proprietà pubblica SnappingEnabled Gets a value that indicates whether values should round to the snapping interval. Ereditato da GaugePointer.
Proprietà pubblica SnappingInterval Gets the interval to which the values should round to. Ereditato da GaugePointer.
Proprietà pubblica Style Gets the style properties of this report definition object. Ereditato da GaugePointer.
Proprietà pubblica ToolTip Gets the tool tip text for the pointer. Ereditato da GaugePointer.
Proprietà pubblica Type Gets an expression that evaluates to the type of pointer.
Proprietà pubblica UniqueName Gets the unique identifier for this report definition object. Ereditato da GaugePointer.
Proprietà pubblica Width Gets the width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). Ereditato da GaugePointer.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering