Compartir a través de


LinearScaleInstance Clase

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

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

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.