Partager via


Propriété IntervalOffset

Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IntervalOffset As ReportDoubleProperty
    Get
'Utilisation
Dim instance As ChartStripLine
Dim value As ReportDoubleProperty

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