Condividi tramite


Classe RadialScaleInstance

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class RadialScaleInstance _
    Inherits GaugeScaleInstance
'Utilizzo
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

Nel tipo RadialScaleInstance sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Hidden Gets the calculated value of the Hidden property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica Interval Gets the calculated value of the Interval property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica Logarithmic Gets the calculated value of the Logarithmic property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica LogarithmicBase Gets the calculated value of the LogarithmicBase property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica Multiplier Gets the calculated value of the Multiplier property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica Radius Gets the calculated value of the Radius property in a RadialScale class.
Proprietà pubblica Reversed Gets the calculated value of the Reversed property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica StartAngle Gets the calculated value of the StartAngle property in a RadialScale class.
Proprietà pubblica Style Gets the calculated value of the Style property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica SweepAngle Gets the calculated value of the SweepAngle property in a RadialScale class.
Proprietà pubblica TickMarksOnTop Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica ToolTip Gets the calculated value of the ToolTip property in a GaugeScale class. Ereditato da GaugeScaleInstance.
Proprietà pubblica Width Gets the calculated value of the Width property in a GaugeScale class. Ereditato da GaugeScaleInstance.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering