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.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property BulbOffset As ReportExpression(Of Double)
    Get
    Set
'Użycie
Dim instance As Thermometer
Dim value As ReportExpression(Of Double)

value = instance.BulbOffset

instance.BulbOffset = value
public ReportExpression<double> BulbOffset { get; set; }
public:
property ReportExpression<double> BulbOffset {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member BulbOffset : ReportExpression<float> with get, set
function get BulbOffset () : ReportExpression<double>
function set BulbOffset (value : ReportExpression<double>)