Propriété GaugePointer.SnappingEnabled
Gets a value that indicates whether values should round to the snapping interval.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SnappingEnabled As ReportBoolProperty
Get
'Utilisation
Dim instance As GaugePointer
Dim value As ReportBoolProperty
value = instance.SnappingEnabled
public ReportBoolProperty SnappingEnabled { get; }
public:
property ReportBoolProperty^ SnappingEnabled {
ReportBoolProperty^ get ();
}
member SnappingEnabled : ReportBoolProperty
function get SnappingEnabled () : ReportBoolProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object that indicates whether values should round to the snapping interval.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering