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

成员

成员名称 说明
Auto Automatically determines interval unit at run time.
Days Interval is in days.
Default Same as Auto.
Hours Interval is in hours.
Milliseconds Interval is in milliseconds.
Minutes Interval is in minutes.
Months Interval is in months.
Number Interval is a number.
Seconds Interval is in seconds.
Weeks Interval is in weeks.
Years Interval is in years.

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间