G
Guest
Hi,
I would like to create a PrintDocument which shows my data in a designed
table: but how can I design a table in my PrintDocument??How can I measure
the columns' length according to the contents, so that it looks like a table??
Here is an example of my PrintDocument:
Name | Surname | Adress
-------------------------------------
Sue | Smith | Point st.
Willi | Norton | Aven st.
etc...
...
Besides, why this escape value "\t" doesn't work?? it should print a tab,
but it isn't true.
Thanks
I would like to create a PrintDocument which shows my data in a designed
table: but how can I design a table in my PrintDocument??How can I measure
the columns' length according to the contents, so that it looks like a table??
Here is an example of my PrintDocument:
Name | Surname | Adress
-------------------------------------
Sue | Smith | Point st.
Willi | Norton | Aven st.
etc...
...
Besides, why this escape value "\t" doesn't work?? it should print a tab,
but it isn't true.
Thanks