LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change the position of beining of text in a standard report

Hi,
     I am wondering wether it is possible to change the position of the test (the starting point) in a standard report. I would like to print a label with different texts at different positions. If its not possible in a standard report is there any other way to do it.
 
Thank you,
 
Mudda.
0 Kudos
Message 1 of 3
(2,723 Views)
Hi Mudda, I don't see any way myself to set any particular starting position for your text. It looks like the best way to emulate this behavior would be to add a new line with lots of tab characters or spaces to place your new text at a specific offset from the left. You can also use Append Table to Report and wire in a 2D string array with only a few positions filled in with your various text labels as shown below. This will space text labels pretty well across the page. Try it out and see if it works for you. You could be more clever and build the 2D array programmatically if you wanted more control over position.

Message Edited by Jarrod S. on 06-02-2006 05:37 PM

Jarrod S.
National Instruments
0 Kudos
Message 2 of 3
(2,710 Views)

Hi Jarrod,

               I was looking for some ideas and the information you provided atleast helps me in get going.

Thanks,

Mudda.

0 Kudos
Message 3 of 3
(2,689 Views)