次の方法で共有


ChartIntervalType 列挙体

間隔の単位を指定します。

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

構文

'宣言
Public Enumeration ChartIntervalType
'使用
Dim instance As ChartIntervalType
public enum ChartIntervalType
public enum class ChartIntervalType
type ChartIntervalType
public enum ChartIntervalType

メンバー

メンバー名 説明
Auto 間隔の単位を実行時に自動的に決定します。
Days 間隔は日単位です。
Default Auto と同じ。
Hours 間隔は時間単位です。
Milliseconds 間隔はミリ秒単位です。
Minutes 間隔は分単位です。
Months 間隔は月単位です。
Number 間隔は番号です。
Seconds 間隔は秒単位です。
Weeks 間隔は週単位です。
Years 間隔は年単位です。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間