The following statements configure Reflection to print to a file (overwriting any existing information in the file), then print the current terminal display to that file.
With Session
.PrintToFile = True
.PrintFileName = "C:\Mypath\Myfile"
.PrintFileExistsAction = rcOverwrite
.PrintScreen rcPrintScreen, 1
End With