Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the interval to which the values should round to.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SnappingInterval As ReportDoubleProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the interval to which the values should round to.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace