GaugePointer.SnappingInterval 属性
Interval to which the values should round.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property SnappingInterval As ReportExpression(Of Double)
Get
Set
用法
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>)