次の方法で共有


GaugePointer.SnappingInterval プロパティ

値を丸める間隔を取得します。

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

構文

'宣言
Public ReadOnly Property SnappingInterval As ReportDoubleProperty 
    Get
'使用
Dim instance As GaugePointer 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
値を丸める間隔を表す ReportDoubleProperty オブジェクト。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間