NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify Report Format to 'XML Document' Using TestReport Callback?

I want to change Report Format to 'XML Document' by using TestReport Callback.
I know that I must use one of the fields of Parameters.ReportOptions, but I don't know what field  &
what should be the value.
Thanks
Ofer
0 Kudos
Message 1 of 3
(3,123 Views)

Hi,

Its ReportOptions.Format.

You can Override the Report Options which are set in the Configure | Report Options by including the ReportOption Callback in your Sequence File. Then In your ReportOptions you can set the Format by setting Parameters.ReportOptions.Format = "xml"

Regards

Ray Farmer

Regards
Ray Farmer
Message 2 of 3
(3,118 Views)

Thanks Ray:

Now I know that this is the ReportOption Callback & not TestReport Callback.

Thanks for your help

Ofer

0 Kudos
Message 3 of 3
(3,103 Views)