I am trying to rename a test report programmatically in TestStand 2013.
I have tried using the ReportOptions callback, but it occurs too early in the model, before I have actually serialized the UUT in my sequence. I've tried the TestReport callback with the RunState.Report.Save() function, but this just creates an empty report in the new location. Using the RunState.Report.Load() doesn't move the data from the current temporary file to my new location. I keep putting things later and later in the callback routine's, but nothing seems to work.
I tried following some old threads, but nothing out there seems to get me what I want either.
Any suggestions out there?