Compartilhar via


Classe RadialScaleInstance

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

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScaleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleInstance

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

Sintaxe

'Declaração
Public NotInheritable Class RadialScaleInstance _
    Inherits GaugeScaleInstance
'Uso
Dim instance As RadialScaleInstance
public sealed class RadialScaleInstance : GaugeScaleInstance
public ref class RadialScaleInstance sealed : public GaugeScaleInstance
[<SealedAttribute>]
type RadialScaleInstance =  
    class 
        inherit GaugeScaleInstance 
    end
public final class RadialScaleInstance extends GaugeScaleInstance

O tipo RadialScaleInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Hidden Gets the calculated value of the Hidden property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública Interval Gets the calculated value of the Interval property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública Logarithmic Gets the calculated value of the Logarithmic property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública LogarithmicBase Gets the calculated value of the LogarithmicBase property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública Multiplier Gets the calculated value of the Multiplier property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública Radius Gets the calculated value of the Radius property in a RadialScale class.
Propriedade pública Reversed Gets the calculated value of the Reversed property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública StartAngle Gets the calculated value of the StartAngle property in a RadialScale class.
Propriedade pública Style Gets the calculated value of the Style property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública SweepAngle Gets the calculated value of the SweepAngle property in a RadialScale class.
Propriedade pública TickMarksOnTop Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública ToolTip Gets the calculated value of the ToolTip property in a GaugeScale class. (Herdado de GaugeScaleInstance.)
Propriedade pública Width Gets the calculated value of the Width property in a GaugeScale class. (Herdado de GaugeScaleInstance.)

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