共用方式為


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>)