I am stuck with how to access the values stored in the object. Later I have
to go through  printing these values  on a form or a  word doc.
Please help me out with  how to access the values stored in an object
returned by a method?

On Sun, Nov 2, 2008 at 8:34 AM, Glenn <[EMAIL PROTECTED]> wrote:

> 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#?
>>
>
>

Reply via email to