Report.SupportsSolutionDetails Method

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

Returns a value that indicates whether solution details can be returned.

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

Syntax

'Declaration
Protected Overridable Function SupportsSolutionDetails As Boolean
protected virtual bool SupportsSolutionDetails()
protected:
virtual bool SupportsSolutionDetails()
abstract SupportsSolutionDetails : unit -> bool 
override SupportsSolutionDetails : unit -> bool 
protected function SupportsSolutionDetails() : boolean

Return Value

Type: System.Boolean
true if solution details can be returned; otherwise, false.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace