Placing Results in Workbooks, Reports, Etc., via the RouteOutput Method

You can send results graphs or spreadsheets from your SVB programs to the same "locations" (e.g., workbooks, reports) as all other results from your analyses. The RouteOutput method will create the respective results graph or spreadsheet in a workbook or report if your Statistica is currently configured accordingly. For example:

newanalysis.RouteOutput(newanalysis.Dialog.Graphs).Visible = True

Will send graph output to the default location(s) as specified in the Output Manager dialog.