LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I put a Canvas into a word report?

Hi,
 
I created a polar graph on a canvas and after populating it, I would like to drop it into word. I have the wordreport library loaded but it doesnt have an option for canvas...only table and pics? All help appreciated 🙂
 
Thanks
Spike
0 Kudos
Message 1 of 2
(2,804 Views)

Hi Spike.

You could probably use something like:

GetCtrlBitmap();
SaveBitmapToFile();
...
WordRpt_InsertImageInCell();

Check out this post for more info.

Regards,
Colin.

0 Kudos
Message 2 of 2
(2,798 Views)