ScaleLabels.IntervalOffset Property

Gets an expression that evaluates to the offset for the first label.

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

Syntax

'Declaration
Public ReadOnly Property IntervalOffset As ReportDoubleProperty 
    Get
'Usage
Dim instance As ScaleLabels 
Dim value As ReportDoubleProperty 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

See Also

Reference

ScaleLabels Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace