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

  • 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

See Also

Reference

Solution Class

GetReport Overload

Microsoft.SolverFoundation.Services Namespace