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

成员

成员名称 说明
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.OnDemandReportRendering 命名空间