Propriedade do RDL ScaleLabelsInstance.IntervalOffset
Gets the calculated value of the IntervalOffset property in a ScaleLabels 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 ScaleLabelsInstance
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
Namespace Microsoft.ReportingServices.OnDemandReportRendering