Freigeben über


RadialScaleInstance-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der RadialScaleInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Hidden Gets the calculated value of the Hidden property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft Interval Gets the calculated value of the Interval property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft Logarithmic Gets the calculated value of the Logarithmic property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft LogarithmicBase Gets the calculated value of the LogarithmicBase property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft Multiplier Gets the calculated value of the Multiplier property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft Radius Gets the calculated value of the Radius property in a RadialScale class.
Öffentliche Eigenschaft Reversed Gets the calculated value of the Reversed property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft StartAngle Gets the calculated value of the StartAngle property in a RadialScale class.
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft SweepAngle Gets the calculated value of the SweepAngle property in a RadialScale class.
Öffentliche Eigenschaft TickMarksOnTop Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft ToolTip Gets the calculated value of the ToolTip property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)
Öffentliche Eigenschaft Width Gets the calculated value of the Width property in a GaugeScale class. (Geerbt von GaugeScaleInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace