ChartIntervalTypes 枚举
Specifies the interval units.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration ChartIntervalTypes
用法
Dim instance As ChartIntervalTypes
public enum ChartIntervalTypes
public enum class ChartIntervalTypes
type ChartIntervalTypes
public enum ChartIntervalTypes
成员
成员名称 | 说明 | |
---|---|---|
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. |