I am trying to programmatically set the report path in TestStand. This is what I did and it is not working:
01: Include ModelPluginOptions sequence and set Parameters.ModelPlugin.Base.NewThread=False
02: Then set the report path: RunState.Report.Location ="C:\\Testing\\Report\\<ClientFileName>_Report[UUT][<FileTime>][<FileDate>]_<UUTStatus>
The above two steps do not produce the desired report in the right location. It is still defalut to "C:\TestLogs\"