Compartir a través de


BulbSize Propiedad

Gets the calculated value of the BulbSize property in a Thermometer class.

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

Sintaxis

'Declaración
Public ReadOnly Property BulbSize As Double
    Get
'Uso
Dim instance As ThermometerInstance
Dim value As Double

value = instance.BulbSize
public double BulbSize { get; }
public:
property double BulbSize {
    double get ();
}
member BulbSize : float
function get BulbSize () : double

Valor de la propiedad

Tipo: System. . :: . .Double
A double value that represents the calculated value of the BulbSize property.