Свойство GaugePointer.SnappingEnabled
Indicates whether the values should round to the snapping interval.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property SnappingEnabled As ReportExpression(Of Boolean)
Get
Set
'Применение
Dim instance As GaugePointer
Dim value As ReportExpression(Of Boolean)
value = instance.SnappingEnabled
instance.SnappingEnabled = value
public ReportExpression<bool> SnappingEnabled { get; set; }
public:
property ReportExpression<bool> SnappingEnabled {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member SnappingEnabled : ReportExpression<bool> with get, set
function get SnappingEnabled () : ReportExpression<boolean>
function set SnappingEnabled (value : ReportExpression<boolean>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
True if the values should round to the snapping interval; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel