Partilhar via


Propriedade do RDL BulbSize

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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