値をスナップ間隔に丸める必要があるかどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property SnappingEnabled As ReportBoolProperty
Get
'使用
Dim instance As GaugePointer
Dim value As ReportBoolProperty
value = instance.SnappingEnabled
public ReportBoolProperty SnappingEnabled { get; }
public:
property ReportBoolProperty^ SnappingEnabled {
ReportBoolProperty^ get ();
}
member SnappingEnabled : ReportBoolProperty
function get SnappingEnabled () : ReportBoolProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
値をスナップ間隔に丸める必要があるかどうかを示す ReportBoolProperty オブジェクト。