TreeAge Pro Interactive


MonteOutput.GetTextReport
v1.0
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:

Flag Description
2 Include columns for tracker variable values (if applicable)
4 Include columns for sampled distribution values (if applicable)
8 Unused
16 Include columns showing the values of each decision strategy (same conditions as above)
32 Include columns for extra payoffs (if applicable)
64 Include columns for average C/E (if applicable, instead of net benefit)
128 Include columns for net monetary benefit (if applicable)
256 Include columns for net health benefit (if applicable)
512 Hide index column

To include all columns, simply sum the flags to the maximum, which is 30.

See also: TextReportObj