I noticed that by default, TS HTML Report generator uses the FONT=VERDANA. How can this be chnaged without actually editing the the ReportGen sequence file? Also, is there a method for setting the FONT size?
Hi Is there a reason you would not like to modify ReportGen_Html.seq ?
One way is to do a find and replace on the report text in the process model entry point sequence. For example you can open up Single pass and right after "TestReport" Sequence call you can add a statement step and in that statement step you can replace the string "Font=Verdana" with a different one. The report is stored in locals.Report. This should be done before "Set Report" is called as in the "Set Report" step the report is updated in the sequence editor.
Hope that helps. Regards Anand Jain National Instruments.