Report Methods

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

The Report type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GenerateReportDecisions Adds the decision results to a report.
Protected method GenerateReportDirectives Adds information about all directives to a report.
Protected method GenerateReportGoals Adds information about all goals to a report.
Protected method GenerateReportOverview Adds overview information to a report.
Protected method GenerateReportPartialSolutionDetails Adds results about goal to a report.
Protected method GenerateReportSolverDetails Adds the details of a solver to a report.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SupportsSolutionDetails Returns a value that indicates whether solution details can be returned.
Public method ToString() Converts a report to its equivalent string representation. (Overrides Object.ToString().)
Public method ToString(IFormatProvider) Converts a report to its equivalent string representation.
Public method ToString(ReportVerbosity) Converts a report to its equivalent string representation.
Public method ToString(ReportVerbosity, IFormatProvider) Converts a report to its equivalent string representation.
Protected method ValidateSolution Ensures that a solution is valid.
Public method WriteTo Writes a report.

Top

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace