good day everyone.
i've recently moved from VB6 to VB.NET. i have this application and it uses Crystal Reports for reporting. I have a control under the "Header" section and i want to set its value/text at run time. in VB6's datareport, i could just use the code below:
Code:
    DataReport1.Sections(n).Controls(x).caption = "This is a test"
How can i do this when using crystal reports? i have search the forum but i couldn't get the right solution. any help would be greatly appreciated.

thanks.