Click or drag to resize

XTableOutputManagerClose Method

Ends the collection of multiple reports in a container of the format specified during Open.

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public string Close()

Return Value

String
There are two possible string return values, depending upon a 'dest' output file being specified at Open time. If an output file name was specified then the returned string is the name of the file where the report output was saved. Otherwise the return string is the body of the report(s) as a string representation. All report output formats can be represented as a string. The XLSX workbook format report is returned as a base64 encoded string of the blob file contents (which might be useless but it means they're all consistent).
See Also