RichText box - Report Columns

L

larry mckay

I need to display database information in columns for a .net application
and it must look like a report that can be printed on paper.
does anyone know how to display information in formatted columns using a
RichTextBox?

is the RichTextbox the proper control to use?

Does anyone have any sample code to display database row data in
formatted columns in a rich text box?

thanks
 
R

Richard K Bethell

larry mckay said:
I need to display database information in columns for a .net application
and it must look like a report that can be printed on paper.
does anyone know how to display information in formatted columns using a
RichTextBox?

I wouldn't do it this way. Use the PrintPreviewControl in .NET is what I'd
do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top