Solution.GetReport Method (ReportVerbosity, IFormatProvider)
[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 and format.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function GetReport ( _
verbosity As ReportVerbosity, _
format As IFormatProvider _
) As Report
public Report GetReport(
ReportVerbosity verbosity,
IFormatProvider format
)
public:
Report^ GetReport(
ReportVerbosity verbosity,
IFormatProvider^ format
)
member GetReport :
verbosity:ReportVerbosity *
format:IFormatProvider -> Report
public function GetReport(
verbosity : ReportVerbosity,
format : IFormatProvider
) : Report
Parameters
- verbosity
Type: Microsoft.SolverFoundation.Services.ReportVerbosity
The verbosity option for the report.
- format
Type: System.IFormatProvider
An object that provides information for formatting and parsing operations.
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.