How to set text in a field on report from Form

Stimulsoft Reports.NET discussion
Post Reply
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

How to set text in a field on report from Form

Post 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?
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

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

Post by Ivan »

Hello,

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

Thank you.
Attachments
ReportSample.zip
(1.71 KiB) Downloaded 257 times
Post Reply