assign value to unbound field in Crystal Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know this might not be the best place to get help for this particular problem, but here goes..

The 2nd edition of ProfessionalCrystal Reports for Visual Studio .NET states "you will learn how to bind data from your project with this field..." regarding unbound fields. I cannot find where this is explained anywhere in the book

I want to assign a string to an unbound field in my Crystal Report and I can't figure out the code

This is what I have
rpt.Section2.ReportObjects.Item("usGrantDescr"

where ("usGrantDescr") is the name of the unbound field.

Any ideas? Thanks.
 
Back
Top