Udostępnij przez


Właściwość Thermometer.BulbSize

Rozmiar bańki, jako procent szerokości skali.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property BulbSize As ReportDoubleProperty
    Get
'Użycie
Dim instance As Thermometer
Dim value As ReportDoubleProperty

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