次の方法で共有


BulbSize プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property BulbSize As ReportDoubleProperty
    Get
'使用
Dim instance As Thermometer
Dim value As ReportDoubleProperty

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