This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Issues.Reporting.
                            
	
		Summary
            Creates a report from a list of issues.
            
		- Assembly
 - Cake
.Issues .Reporting .dll  - Namespace
 - Cake
.Issues .Reporting  - Containing Type
 - IssueReportFormat
 
Syntax
public FilePath CreateReport(IEnumerable<IIssue> issues)
	Parameters
| Name | Type | Description | 
|---|---|---|
| issues | IEnumerable | 
						Issues for which the report should be created. | 
Return Value
| Type | Description | 
|---|---|
| FilePath | Path to the created report. | 
