IIssueReportFormat.

CreateReport(IEnumerable<IIssue>) Method

Summary

Creates a report from a list of issues.

Syntax

FilePath CreateReport(IEnumerable<IIssue> issues)

Parameters

Name Type Description
issues IEnumerable<IIssue> Issues for which the report should be created.

Return Value

Type Description
FilePath Path to the created report.