Hi,
Recently I've answered on the question how to save image of the graph into the file. See
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=5065000000050000001501010...If you want to print image you can do the following things:
1.Save image into the temporary file with above described technique.
2.Create "standard" report using "Function->Report Generation->New Report.vi"
3.Append image file to report using "Function->Report Generation->Append Image toreport.vi"
4.Print report using "Function->Report G
eneration->Print report.vi"
5.Close report using "Function->Report Generation->Dispose report.vi"
6. And delete temporary file.
Actually this is just an idea. I haven't test it yet, but I think this will work.
The example is attached.
Good luck.
Oleg Chutko.