LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reporting and printing

I am storing a 2-D data which contains information about mycustomers.

The data is arranged such that the heading is the name ofthe state; the states have many clients and the addresses of clients.

Now I need to print a report of these clients state-wise. I needto print this report on printer and also in a MS Word file.

Can someone guide me on this issue as the report grows insize dunamically depending upon number of clients?

 e.g

 

State : ABC

<Customer 1 details>

<Customer 2 details>

<Customer 3 details> 

 

State : CDE

<Customer 1 details>

 

State : MNO

<Customer 1 details>

<Customer 2 details>

<Customer 3 details> 

 

and son on ...... 

  

 

  

0 Kudos
Message 1 of 3
(2,493 Views)

Are you using the  Report generation toolkit for MS office ?.

 

THis 2D data can be pasted in different pages of MS word and can be given to print,

 

Try this and let me know

0 Kudos
Message 2 of 3
(2,477 Views)
Yes I am using the report toolkit The problem is that my 2-d data is dynamically changing and I do not know how many pages I need for printing. And also in the same record let us say for State ABC I may have three clients today but it may increase to 30 tomorrow and in another state I may have 20 clients now but after some days I may have 4 clients. This way my record length changes dynamically. While printing how can I make the printing format as growing in size as per data available. Can anyone post some example for this ?
0 Kudos
Message 3 of 3
(2,462 Views)