| MonteOutput - Object Overview TreeAge Pro Interactive - Table of Contents TreeAge Pro - Table of Contents Documentation Home TreeAge Website Home |
| Syntax: | Function GetTextReport (flags as Long) as Object | |||||||||||||||||||||||||||||||
| Description: | This method returns the numeric data which underlie the graph. | |||||||||||||||||||||||||||||||
| Return value: | Returns a TextReportObj object, which can in turn create textual output in the form of an HTML table or a tab-delimited table. | |||||||||||||||||||||||||||||||
| Remarks: | The flags parameter is used to enable or
suppress the display of some of the columns of the text
report. To indicate which columns are displayed, you
should set flags equal to the sum of one or more of the
following values:
To include all columns, simply sum the flags to the maximum, which is 30. | |||||||||||||||||||||||||||||||
| See also: | TextReportObj |