From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphics In Reports

I am new to printing reports using LV. As I see it, there are two ways to
handle printing:

1) print front panel - this is good because I can print plots, text, etc.
but LV seems to throw in extra header stuff at the top that I can't turn
off.

2) Print VI's - These seem to be limited to text only where I need to print
out both text and plots.

Anybody have any ideas.

Thanks.
0 Kudos
Message 1 of 2
(2,441 Views)
> I am new to printing reports using LV. As I see it, there are two ways to
> handle printing:
>
> 1) print front panel - this is good because I can print plots, text, etc.
> but LV seems to throw in extra header stuff at the top that I can't turn
> off.
>
> 2) Print VI's - These seem to be limited to text only where I need to print
> out both text and plots.


It should be possible to turn off the header options using either the
VI Setup or the Preferences. The report VIs don't currently support
images, but you can incorporate the panel images into an HTML document
by using the VI Server action to Get Panel Image and making references
to the image within an HTML document. If you aren't up on HTML, then
you may want to look into the Internet toolkit as it has VIs
that help
when generating an HTML form.

There are also lots of things that you can do with Panel printing. You
can use string conrols and transparency to make pretty cool reports.
LTR has had issues that help with panel reports in the past.

Another option is to use something like Crystal Reports. This sort
of tool usually works best when the data is in a database or can
be indexed as if it were in a database.

Several things to consider.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,441 Views)