Compartir a través de


Clase RadialPointer

Represents a radial pointer to be drawn against a RadialScale.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo RadialPointer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Actions for the pointer. (Se hereda de GaugePointer.)
Propiedad pública BarStart Indicates where the pointer will start if it is of type Bar. (Se hereda de GaugePointer.)
Propiedad pública CompiledInstances (Se hereda de GaugePointer.)
Propiedad pública 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). (Se hereda de GaugePointer.)
Propiedad pública FieldsUsedInValueExpression Gets the fields used in a value expression. (Se hereda de GaugePointer.)
Propiedad pública GaugeInputValue Value to use for the pointer. (Se hereda de GaugePointer.)
Propiedad pública Hidden Indicates the pointer is hidden. (Se hereda de GaugePointer.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MarkerLength Length of the marker as a percentage of the parent scale radius. (Se hereda de GaugePointer.)
Propiedad pública MarkerStyle Type of the marker. (Se hereda de GaugePointer.)
Propiedad pública Name Name of the gauge pointer. (Se hereda de GaugePointer.)
Propiedad pública NeedleStyle Gets an expression that evaluates to the style of the needle.
Propiedad pública Placement Determines where the pointer should be placed relative to the scale. (Se hereda de GaugePointer.)
Propiedad pública PointerCap Gets the style properties for the pointer cap.
Propiedad pública PointerImage Image to use for the pointer. (Se hereda de GaugePointer.)
Propiedad pública SnappingEnabled Indicates values should round to the snapping interval. (Se hereda de GaugePointer.)
Propiedad pública SnappingInterval Interval to which the values should round. (Se hereda de GaugePointer.)
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de GaugePointer.)
Propiedad pública ToolTip Tool tip text for the pointer. (Se hereda de GaugePointer.)
Propiedad pública Type Gets an expression that evaluates to the type of pointer.
Propiedad pública UniqueName Gets the unique identifier for this report definition object. (Se hereda de GaugePointer.)
Propiedad pública Width Width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). (Se hereda de GaugePointer.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_instance Infraestructura. (Se hereda de GaugePanelObjectCollectionItem.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.