次の方法で共有


Thermometer.BulbSize プロパティ

温度計球のサイズをスケールの幅の割合 (% 単位) として表したもの。

名前空間:  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>
ReportExpression<T> オブジェクト。

関連項目

参照

Thermometer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間