Start with reading up on the PrintDocument class. ...Glenn
On Sat, Nov 1, 2008 at 10:54 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote: > > wordApp.Visible = true; > CCBL cbl = new CCBL(); > object cuc = cbl.getCushingCare(cushingcareID); > getcushingcare() method returns an object > object cuc has patient name, nursing home,dob..... > > how to print cuc values on a word doc in C#? >
