I need to print a test report in which I want to include the copy of a waveform graph and some additiona text (test settings, date of execution and of printing...).
I tried using NIReports, both normal and HTML type, but I found that the image of the graph is larger that the page size both in landscape and in portrait orientation. I am actually creating an image of the control by using the Get Image method of an Invoke node on the graph itself, saving as .PNG in order to save disk space and including it in the report using Append Image to Report.vi.
My question is: is it possible to resize an image that has to be printed on a report?
And, if possible, can it be done with a property node or some analogue manner or should I
deal with the array of flattened data that output from the Get Image node?
Any help would be appreciated.
Roberto