次の方法で共有


ChartStripLineInstance.IntervalType プロパティ

ChartStripLine クラスの IntervalType プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property IntervalType As ChartIntervalType 
    Get
'使用
Dim instance As ChartStripLineInstance 
Dim value As ChartIntervalType 

value = instance.IntervalType
public ChartIntervalType IntervalType { get; }
public:
property ChartIntervalType IntervalType {
    ChartIntervalType get ();
}
member IntervalType : ChartIntervalType
function get IntervalType () : ChartIntervalType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
IntervalType プロパティの計算値を表す ChartIntervalType 値。

関連項目

参照

ChartStripLineInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間