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 or sets the interval to which the values should round.
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 GaugePointer
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>
The interval to which the values should round.