09-25-2025 12:01 PM - edited 09-25-2025 12:34 PM
Hi Everyone,
I'm runing TS sequence through a custom interface , and i'm tracing the results (to display results) using ExecutionViewMgrEvents_TraceEvent. I'm triying to display the additional results selected in the sequence steps.
The problem that i have is the object "PreviusStep.AdditionalResults.CustomResults[0].ValueToLog" return the expression used in the Step and not the value.
For the example in the images i got "Step.TimeExpr" and if i try to evaluate the expression (or get the value inside Step.TimeExpr) i got "Locals.DelayTime" , i could try to evaluate the new expression but i want a general way to do this. Is not the best option try to figureout if the first value returned is a TS Expression or is the real value that i want.
09-25-2025 01:58 PM - edited 09-25-2025 02:01 PM
Can you use the TestStand Report API and AxReportView ActiveX component? If you use that it will handle all of the reporting output for you by displaying the active report plugins. Then if you want to customize a report plugin, you can create one or modify an existing one.