ChartStripLine.IntervalOffsetType 属性
Gets an expression that evaluates to the units for the IntervalOffset.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property IntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
Get
用法
Dim instance As ChartStripLine
Dim value As ReportEnumProperty(Of ChartIntervalType)
value = instance.IntervalOffsetType
public ReportEnumProperty<ChartIntervalType> IntervalOffsetType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ IntervalOffsetType {
ReportEnumProperty<ChartIntervalType>^ get ();
}
member IntervalOffsetType : ReportEnumProperty<ChartIntervalType>
function get IntervalOffsetType () : ReportEnumProperty<ChartIntervalType>