共用方式為


Thermometer.BulbSize 屬性

Size of the bulb, as a percent of the scale width.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property BulbSize As ReportExpression(Of Double)
    Get 
    Set
'用途
Dim instance As Thermometer 
Dim value As ReportExpression(Of Double)

value = instance.BulbSize

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

請參閱

參考

Thermometer 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間