Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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