Proprietà GaugePointer.SnappingInterval
Gets the interval to which the values should round to.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SnappingInterval As ReportDoubleProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the interval to which the values should round to.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering