have a vb.net app that generates a crystal report. I need to place the users userid on the top of the report. I have the userid as:

dim userid as string = txtuserid.text

any suggestions?