TreeAge Pro


MonteOutput.GetEVPIReport
v1.0
MonteOutput - Object Overview
TreeAge Pro - Table of Contents

TreeAge Pro Interactive - Table of Contents

Documentation Home
TreeAge Website Home
  
Syntax: Function GetEVPIReport (flags as Long) as Object
Description: For simulations at decision nodes, this method returns a text report showing detailed reporting of the value of information analysis.
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 row for summary results
4 Include all details rows
8 Include up to 1000 details rows (ignored if option 4 also used)

To include the summary plus all detail rows, specify 10 (or 14). To show only the summary, specify 2.

See also: TextReportObj