Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the interval units.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ChartIntervalType
'Usage
Dim instance As ChartIntervalType
public enum ChartIntervalType
public enum class ChartIntervalType
type ChartIntervalType
public enum ChartIntervalType
Members
Member name | Description | |
---|---|---|
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. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace