Compartir a través de


GaugePointerInstance.SnappingInterval Propiedad

Gets the calculated value of the SnappingInterval property in a GaugePointer class.

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

Sintaxis

'Declaración
Public ReadOnly Property SnappingInterval As Double 
    Get
'Uso
Dim instance As GaugePointerInstance 
Dim value As Double 

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

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the SnappingInterval property.

Vea también

Referencia

GaugePointerInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering