Compartir a través de


Clase RadialPointerInstance

Represents an instance type of the RadialPointer class, and contains the calculated values of the properties in RadialPointer.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePointerInstance
      Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerInstance

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

Sintaxis

'Declaración
Public NotInheritable Class RadialPointerInstance _
    Inherits GaugePointerInstance
'Uso
Dim instance As RadialPointerInstance
public sealed class RadialPointerInstance : GaugePointerInstance
public ref class RadialPointerInstance sealed : public GaugePointerInstance
[<SealedAttribute>]
type RadialPointerInstance =  
    class 
        inherit GaugePointerInstance 
    end
public final class RadialPointerInstance extends GaugePointerInstance

El tipo RadialPointerInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BarStart Gets the calculated value of the BarStart property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Hidden Gets the calculated value of the Hidden property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública MarkerLength Gets the calculated value of the MarkerLength property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública MarkerStyle Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública NeedleStyle Gets the calculated value of the NeedleStyle property in a RadialPointer class.
Propiedad pública Placement Gets the calculated value of the Placement property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública SnappingEnabled Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública SnappingInterval Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Style Gets the calculated value of the Style property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Type Gets the calculated value of the Type property in a RadialPointer class.
Propiedad pública Width Gets the calculated value of the Width property in a GaugePointer class. (Se hereda de GaugePointerInstance.)

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