Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.