Compartilhar via


Classe RadialPointer

Represents a radial pointer to be drawn against a RadialScale.

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class RadialPointer _
    Inherits GaugePointer
'Uso
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

O tipo RadialPointer expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering