Udostępnij przez


Właściwość Thermometer.BulbOffset

Odsunięty od pozycji zero, jako procent skali długości główki.

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

Składnia

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

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