format_report_table

 

Description

Control report table format.

Syntax

void format_report_table(TreeNode& trTable, bool bTranspose = false, bool bHideHeader = true, bool bAutoFit = true)

Parameters

trTable
[input] the report table node
bTranspose
[input] true to transpose the table
bHideHeader
[input] true to hide the table's row/column header
bAutoFit
[input] true to resize the table's row/column to fit the content

Return

Examples

Remark

See Also

Header to Included

Reference