ChartIntervalType 枚举
Specifies the interval units.
命名空间: 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 | 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. |