Freigeben über


LinearPointerInstance-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePointerInstance
      Microsoft.ReportingServices.OnDemandReportRendering..::..LinearPointerInstance

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

Syntax

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

Der LinearPointerInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft BarStart Gets the calculated value of the BarStart property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft DistanceFromScale Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft Hidden Gets the calculated value of the Hidden property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft MarkerLength Gets the calculated value of the MarkerLength property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft MarkerStyle Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft Placement Gets the calculated value of the Placement property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft SnappingEnabled Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft SnappingInterval Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft Style Gets the calculated value of the Style property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft ToolTip Gets the calculated value of the ToolTip property in a GaugePointer class. (Geerbt von GaugePointerInstance.)
Öffentliche Eigenschaft Type Gets the calculated value of the Type property in a LinearPointer class.
Öffentliche Eigenschaft Width Gets the calculated value of the Width property in a GaugePointer class. (Geerbt von GaugePointerInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode ResetInstanceCache Infrastruktur (Geerbt von GaugePointerInstance.)
Ö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.