IReportProvider Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines solvers that can provide a report.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Interface IReportProvider
public interface IReportProvider
public interface class IReportProvider
type IReportProvider = interface end
public interface IReportProvider
The IReportProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetReport | Generates a report. |
Top