Compartir a través de


Clase ThermometerInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ThermometerInstance

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

Sintaxis

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

El tipo ThermometerInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BulbOffset Gets the calculated value of the BulbOffset property in a Thermometer class.
Propiedad pública BulbSize Gets the calculated value of the BulbSize property in a Thermometer class.
Propiedad pública Style Gets the calculated value of the Style property in a Thermometer class.
Propiedad pública ThermometerStyle Gets the calculated value of the ThermometerStyle property in a Thermometer class.

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