Actually, I wound up answering my own question last night. What I did was after the process model saves the UUT report, I open up MS Word (Word can automatically read/convert the html file), load the file, background print and then quit Word. The Set_Appplication.Visible property of the Word ActiveX call is set to false so the operator never sees Word open up. The sequence I developed is attached for anyone interested. Use it as a sequence callback in the process model and call it sometime AFTER the process model saves the report. The sequence call should pass the parameter "Parameters.TestSocket.ReportFilePath" to the sequence callback parameter "ReportFilePath".
For anyone interested in the LabView solution, that's attached as well.
==============================================
