Compartilhar via


Classe ScalePinInstance

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

Hierarquia de herança

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

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

Sintaxe

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

O tipo ScalePinInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Enable Gets the calculated value of the Enable property in a ScalePin class.
Propriedade pública EnableGradient Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública GradientDensity Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Hidden Gets the calculated value of the Hidden property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Length Gets the calculated value of the Length property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Location Gets the calculated value of the Location property in a ScalePin class.
Propriedade pública Placement Gets the calculated value of the Placement property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Shape Gets the calculated value of the Shape property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Style Gets the calculated value of the Style property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Width Gets the calculated value of the Width property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)

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