Compartir a través de


Clase LinearScaleInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScaleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.LinearScaleInstance

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

Sintaxis

'Declaración
Public NotInheritable Class LinearScaleInstance _
    Inherits GaugeScaleInstance
'Uso
Dim instance As LinearScaleInstance
public sealed class LinearScaleInstance : GaugeScaleInstance
public ref class LinearScaleInstance sealed : public GaugeScaleInstance
[<SealedAttribute>]
type LinearScaleInstance =  
    class 
        inherit GaugeScaleInstance 
    end
public final class LinearScaleInstance extends GaugeScaleInstance

El tipo LinearScaleInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública EndMargin Gets the calculated value of the EndMargin property in a LinearScale class.
Propiedad pública Hidden Gets the calculated value of the Hidden property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública Interval Gets the calculated value of the Interval property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública Logarithmic Gets the calculated value of the Logarithmic property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública LogarithmicBase Gets the calculated value of the LogarithmicBase property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública Multiplier Gets the calculated value of the Multiplier property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública Position Gets the calculated value of the Position property in a LinearScale class.
Propiedad pública Reversed Gets the calculated value of the Reversed property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública StartMargin Gets the calculated value of the StartMargin property in a LinearScale class.
Propiedad pública Style Gets the calculated value of the Style property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública TickMarksOnTop Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)
Propiedad pública Width Gets the calculated value of the Width property in a GaugeScale class. (Se hereda de GaugeScaleInstance.)

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