11-18-2014 06:55 PM
Hello,
I am creating a report from my program using NIReport. In my report, I have graphs and images that are being placed in the report. My current method is using a bitmap to take a screenshot of the current view of a control, then using that bitmap to create a JPEG file and appending that file to the report. However, the graphs and images are very fuzzy and pixelated. Is there another way of adding a graph or image to the report?
Solved! Go to Solution.
11-19-2014 05:25 PM
The nirconvertsample.cws example seems to have images in the table for NIReport. You can dig through that example code to see how they do it.
11-19-2014 07:08 PM
Thank you very much. I'll look through it and see what I can find.