Freigeben über


ScalePinInstance-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.ScalePinInstance

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

Syntax

'Declaration
Public NotInheritable Class ScalePinInstance _
    Inherits TickMarkStyleInstance
'Usage
Dim instance As ScalePinInstance
public sealed class ScalePinInstance : TickMarkStyleInstance
public ref class ScalePinInstance sealed : public TickMarkStyleInstance
[<SealedAttribute>]
type ScalePinInstance =  
    class 
        inherit TickMarkStyleInstance 
    end
public final class ScalePinInstance extends TickMarkStyleInstance

Der ScalePinInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DistanceFromScale Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Enable Gets the calculated value of the Enable property in a ScalePin class.
Öffentliche Eigenschaft EnableGradient Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft GradientDensity Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Hidden Gets the calculated value of the Hidden property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Length Gets the calculated value of the Length property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Location Gets the calculated value of the Location property in a ScalePin class.
Öffentliche Eigenschaft Placement Gets the calculated value of the Placement property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Shape Gets the calculated value of the Shape property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)
Öffentliche Eigenschaft Width Gets the calculated value of the Width property in a TickMarkStyle class. (Geerbt von TickMarkStyleInstance.)

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