How to set text in a field on report from Form
Posted: Mon Jul 02, 2012 3:10 pm
I have a text field in the ReportTitle section of my report that I want to populate once the user submits a their form.
The name of the field is "inclusionTitle" and I tried adding inclusionTitle.Text = "Foo"; to the button event on the form.
How do I do this?
The name of the field is "inclusionTitle" and I tried adding inclusionTitle.Text = "Foo"; to the button event on the form.
How do I do this?