NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I update the information in the report tab

Right now I'm running the TestReport callback and generating a string for the Parameters.Report. I would, however, like to be able to write to the report window on the fly through my code. How can I write to the report window at will? Thanks.
0 Kudos
Message 1 of 3
(3,066 Views)

Hi,

Get a reference by calling Execution.Report() then use this reference in Report.Append(text)

Regards

Ray

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,063 Views)
Thanks.
0 Kudos
Message 3 of 3
(3,057 Views)