ChartIntervalType 열거형
Specifies the interval units.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Enumeration ChartIntervalType
‘사용 방법
Dim instance As ChartIntervalType
public enum ChartIntervalType
public enum class ChartIntervalType
type ChartIntervalType
public enum ChartIntervalType
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| Default | Same as Auto. | |
| Auto | Automatically determines interval unit at run time. | |
| Number | Interval is a number. | |
| Years | Interval is in years. | |
| Months | Interval is in months. | |
| Weeks | Interval is in weeks. | |
| Days | Interval is in days. | |
| Hours | Interval is in hours. | |
| Minutes | Interval is in minutes. | |
| Seconds | Interval is in seconds. | |
| Milliseconds | Interval is in milliseconds. |