Report.ToString Method (IFormatProvider)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts a report to its equivalent string representation.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function ToString ( _
format As IFormatProvider _
) As String
public string ToString(
IFormatProvider format
)
public:
String^ ToString(
IFormatProvider^ format
)
member ToString :
format:IFormatProvider -> string
public function ToString(
format : IFormatProvider
) : String
Parameters
- format
Type: System.IFormatProvider
An object that provides information for formatting and parsing operations.
Return Value
Type: System.String
The string representation of the report.
.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.