ChartIntervalType-Enumeration
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
Elemente
Elementname | Beschreibung | |
---|---|---|
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. |
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace