次の方法で共有


Thermometer.BulbOffset プロパティ

温度計球の位置 0 からのオフセットをスケールの長さの割合 (% 単位) として表したもの。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

Thermometer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間