LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Logo on header of HTML report

Solved!
Go to solution

I am looking to att a company logo on the upper right of an HTML report.  Any examples out there to do this?

0 Kudos
Message 1 of 4
(1,544 Views)
Solution
Accepted by topic author Frozen001

Hello, 


You need to use the Append User Formatted HTML to Report VI to add you custom header with image. 

 

For example, you can add a table with 2 columns:

  • one centered for the report title.
  • one aligned right for the image.

HTML Report Header.png

 

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 2 of 4
(1,514 Views)

Thanks for the reply.  this has my 909% there... I just have to figure out where to place the image file in relation to the called VI.

0 Kudos
Message 3 of 4
(1,502 Views)

You can dynamically build the HTML text

BuildHtmlText.png

 

and copy your logo into the appropriate folder

CopyImages.png

 

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 4 of 4
(1,464 Views)