Compartilhar via


Propriedade do RDL GaugeTickMarksInstance.IntervalOffset

Gets the calculated value of the IntervalOffset property in a GaugeTickMarks class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property IntervalOffset As Double 
    Get
'Uso
Dim instance As GaugeTickMarksInstance 
Dim value As Double 

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

Valor da propriedade

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

Consulte também

Referência

GaugeTickMarksInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering