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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top