Compartir a través de


Clase RadialPointer

Represents a radial pointer to be drawn against a RadialScale.

Jerarquía de herencia

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

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 Gets the actions for the pointer. (Se hereda de GaugePointer.)
Propiedad pública BarStart Gets a value that indicates where the Bar pointer starts. (Se hereda de GaugePointer.)
Propiedad pública CompiledInstances Gets the compiled instances of a gauge pointer. (Se hereda de GaugePointer.)
Propiedad 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). (Se hereda de GaugePointer.)
Propiedad pública FieldsUsedInValueExpression Gets the fields used in a value expression. (Se hereda de GaugePointer.)
Propiedad pública GaugeInputValue Gets the value to use for the pointer. (Se hereda de GaugePointer.)
Propiedad pública Hidden Gets a value that indicates whether 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 Gets the length of the marker as a percentage of the parent scale radius. (Se hereda de GaugePointer.)
Propiedad pública MarkerStyle Gets the type of the marker. (Se hereda de GaugePointer.)
Propiedad pública Name Gets the 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 Gets a value that 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 Gets the image to use for the pointer. (Se hereda de GaugePointer.)
Propiedad pública SnappingEnabled Gets a value that indicates whether values should round to the snapping interval. (Se hereda de GaugePointer.)
Propiedad pública SnappingInterval Gets the interval to which the values should round to. (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 Gets the 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 Gets the 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 público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering