Could you be more specitfic?? NI has a great package to do reports.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/209050
If you don't want to buy it then you'll have to write your own VI...which I did.
It prints out a heading, date, time, Operator number...etc. These were all part of my requirements. Its not rocket science but it does take time.
One thing I do when I want my report to look like the silly test specification, without doing any fancy HTML, is to build a Front Panel to match the report I want and print an image of that.
Hi Jcarmody- the pictures are incredibly small! Are you able to enlarge them and send me an example VI of how you did the report? Thank you!
I'd have to describe what I did as I can't send the code for NDA reasons. It may take a while because I have Labview on a standalone only in the lab...no network conn.
Basically it was just using string constants ( the headers and other required info ), concatenating them ( w space constant) together and outputting them to the easy text vi.( which sent the results to my default printer). You keep this in a loop and write for as many times as you have data. It was relatively easy. My hardest part was I kept getting an error when I tried to output to the printer saying..." no default printer found.." when I had one. What the error should have said was my margins weren't set correctly. If you need an example let me know and I'll try and mod my code. It wasn't anything fancy.
This is a lot nicer than what I did but mine data just went to a printer...no displaying to operator and no option to print. It was printed regardless at the end of the test.