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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Indicates whether snapping is enabled.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SnappingEnabled As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As NumericIndicator
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.