Propriedade do RDL GaugePointer.SnappingInterval
Gets the interval to which the values should round to.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the interval to which the values should round to.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering