print formatted rich text without a RichTextbox control?

Dec 24 2013 5:39 AM
Hi,

Is it possible to print text like the below without using a form and RichTextBox control?

               Account List                                          16.59      27Feb13
****69 Steve Suttill

  Account                 Type                                               Balance:
******10                 Business Current Account          GBP        1,979,188.00
   27FEB13                 Debit Card Transaction             700.00-
   24FEB13                 Cheque Cashed                       120.00-
   23FEB13                 Standing Order                        40.00- 
 
 Account                  Type                                               Balance:
******71                 Personal Current Account          GBP        2,750.00
   27FEB13                 Cheque Cashed                       730.00-
   26FEB13                 Debit Card Transaction             450.00-
   25FEB13                 Standing Order                        150.00-

My application opens a text file with several lines of tab delimited and newline delimted text, the first line with the Customer data, each subsequent line either has Account Data (starting with 01) or transaction data (starting with 02).

I'd like to simply print it but in the format above