RichText box - Report Columns

  • Thread starter Thread starter larry mckay
  • Start date Start date
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
 
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.
 
Back
Top