Page 1 of 1

How to set text in a field on report from Form

Posted: Mon Jul 02, 2012 3:10 pm
by fuhrj
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?

Re: How to set text in a field on report from Form

Posted: Wed Jul 04, 2012 9:02 am
by Ivan
Hello,

You can use the variables.
Please check the report sample in attachment.

Thank you.