次の方法で共有


GaugeScale.IntervalOffset プロパティ

最初の目盛りとラベルに使用する既定のオフセット。

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

構文

'宣言
Public ReadOnly Property IntervalOffset As ReportDoubleProperty 
    Get
'使用
Dim instance As GaugeScale 
Dim value As ReportDoubleProperty 

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

プロパティ値

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

関連項目

参照

GaugeScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間