Compartilhar via


Classe RadialPointerInstance

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo RadialPointerInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BarStart Gets the calculated value of the BarStart property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Hidden Gets the calculated value of the Hidden property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública MarkerLength Gets the calculated value of the MarkerLength property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública MarkerStyle Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública NeedleStyle Gets the calculated value of the NeedleStyle property in a RadialPointer class.
Propriedade pública Placement Gets the calculated value of the Placement property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública SnappingEnabled Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública SnappingInterval Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Style Gets the calculated value of the Style property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública ToolTip Gets the calculated value of the ToolTip property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Type Gets the calculated value of the Type property in a RadialPointer class.
Propriedade pública Width Gets the calculated value of the Width property in a GaugePointer class. (Herdado de GaugePointerInstance.)

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