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