IntervalOffsetType プロパティ

IntervalOffset の単位。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property IntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
    Get
'使用
Dim instance As ChartGridLines
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>