NumericIndicator.SnappingInterval Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The interval to use for snapping the indicator into place.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SnappingInterval As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Double)
value = instance.SnappingInterval
instance.SnappingInterval = value
public ReportExpression<double> SnappingInterval { get; set; }
public:
property ReportExpression<double> SnappingInterval {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member SnappingInterval : ReportExpression<float> with get, set
function get SnappingInterval () : ReportExpression<double>
function set SnappingInterval (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.