| IRecordFormatTable Method |
Formats the specified table as text.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax string FormatTable(
ITable table,
bool computeTotals = false
)
Parameters
- table
- Type: Opait.ReportMiner.ApiITable
The table to format. - computeTotals (Optional)
- Type: SystemBoolean
If 'true', total values are computed for all columns with amounts.
Return Value
Type:
StringThe formatted table as a text string.
See Also