IntervalOffset 屬性
Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property IntervalOffset As ReportDoubleProperty
Get
'用途
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