次の方法で共有


ChartAxis.IntervalType プロパティ

Interval の既定の単位を取得します。

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

構文

'宣言
Public ReadOnly Property IntervalType As ReportEnumProperty(Of ChartIntervalType)
    Get
'使用
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartIntervalType)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間