PDA

Click to See Complete Forum and Search --> : How do you set the text of a text box on a crystal report at run time?


indydavid32
Nov 25th, 2003, 07:31 AM
In vb 6, it would be something like this.


CigUnitRpt.Text16.SetText "For District Manager: " & strEmpName


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

Thanks