Partager via


Propriété GaugePointer.SnappingInterval

Gets the interval to which the values should round to.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SnappingInterval As ReportDoubleProperty 
    Get
'Utilisation
Dim instance As GaugePointer 
Dim value As ReportDoubleProperty 

value = instance.SnappingInterval
public ReportDoubleProperty SnappingInterval { get; }
public:
property ReportDoubleProperty^ SnappingInterval {
    ReportDoubleProperty^ get ();
}
member SnappingInterval : ReportDoubleProperty
function get SnappingInterval () : ReportDoubleProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the interval to which the values should round to.

Voir aussi

Référence

GaugePointer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering