2.1.26.10 init_report_tree_common_tables


Description

X-Function add Nots and Input Data tables to the report

Syntax

bool init_report_tree_common_tables( ReportTree & outTree, LPCSTR lpcszTitle, LPCSTR lpcszName, LPCSTR lpcszInputName = NULL, TreeNode & trTable = NULL, DWORD * pdwRuels = NULL )

Parameters

outTree
[output] report tree
lpcszTitle
[input] title of report
lpcszName
[input] X-Function name
lpcszInputName
[input] NULL if Input Data table not needed, otherwise the X-Function variable name for Input data
trTable
[output] created input data table
pdwRuels
[input] DRR_* option

Return

true for success; otherwise false.

Examples

Remark

See Also

Header to Included

ReportTree.h

Reference