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
- verbosity
Type: Microsoft.SolverFoundation.Services.ReportVerbosity
The verbosity option for the report.
Return Value
Type: Microsoft.SolverFoundation.Services.Report
A report about the solution of the model.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.