SPIssueList.ReportType Enumeration
Specifies the kind of report to use in displaying data from an Issues list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Enumeration ReportType
'Usage
Dim instance As SPIssueList.ReportType
public enum ReportType
Members
Member name | Description | |
---|---|---|
ByCategory | Specifies a report by category. | |
ByOwner | Specifies a report by owner. | |
CreationTimeline | Specifies a report that shows the number of issues that were created over a date range. | |
StatusTimeline | Specifies a report that shows the number of issues over a date range. |