Solution.GetReport Method (ReportVerbosity)

[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 with the specified verbosity.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.Report
A report about the solution of the model.

.NET Framework Security

See Also

Reference

Solution Class

GetReport Overload

Microsoft.SolverFoundation.Services Namespace