Solution.GetReport Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a report about the solution of a model.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function GetReport As Report
public Report GetReport()
public:
Report^ GetReport()
member GetReport : unit -> Report 
public function GetReport() : Report

Return Value

Type: Microsoft.SolverFoundation.Services.Report
The report about the solution.

.NET Framework Security

See Also

Reference

Solution Class

GetReport Overload

Microsoft.SolverFoundation.Services Namespace