Compartir a través de


GaugePointer.SnappingInterval Propiedad

Gets the interval to which the values should round to.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property SnappingInterval As ReportDoubleProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugePointer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering