Compartilhar via


Classe LinearPointerInstance

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class LinearPointerInstance _
    Inherits GaugePointerInstance
'Uso
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

O tipo LinearPointerInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BarStart Gets the calculated value of the BarStart property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Hidden Gets the calculated value of the Hidden property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública MarkerLength Gets the calculated value of the MarkerLength property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública MarkerStyle Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Placement Gets the calculated value of the Placement property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública SnappingEnabled Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública SnappingInterval Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Style Gets the calculated value of the Style property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública ToolTip Gets the calculated value of the ToolTip property in a GaugePointer class. (Herdado de GaugePointerInstance.)
Propriedade pública Type Gets the calculated value of the Type property in a LinearPointer class.
Propriedade pública Width Gets the calculated value of the Width property in a GaugePointer class. (Herdado de GaugePointerInstance.)

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