Compartir a través de


Clase ScalePinInstance

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo ScalePinInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Enable Gets the calculated value of the Enable property in a ScalePin class.
Propiedad pública EnableGradient Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública GradientDensity Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Hidden Gets the calculated value of the Hidden property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Length Gets the calculated value of the Length property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Location Gets the calculated value of the Location property in a ScalePin class.
Propiedad pública Placement Gets the calculated value of the Placement property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Shape Gets the calculated value of the Shape property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Style Gets the calculated value of the Style property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)
Propiedad pública Width Gets the calculated value of the Width property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering