Thermometer.BulbOffset 属性

Offset of the bulb from the zero position, as a percent of the scale length.

命名空间:  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
A ReportDoubleProperty object.

请参阅

参考

Thermometer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间