In vb 6, it would be something like this.

VB Code:
  1. CigUnitRpt.Text16.SetText "For District Manager: " & strEmpName

How would you do this for a report in ASP .Net using the CrystalReportViewer?

Thanks