How to initialize a variable from a form field
Posted: Mon Dec 05, 2016 9:55 am
Hello,
I declared a variable in my report, and I have a form that shows up before the report is rendered.
I'd like the variable to be set to the value the user wrote in my form.
I tried to init the variable with the expression "myFormField.Text" but it gives me an error.
Is there a way to do what I want?
Thanks.
I declared a variable in my report, and I have a form that shows up before the report is rendered.
I'd like the variable to be set to the value the user wrote in my form.
I tried to init the variable with the expression "myFormField.Text" but it gives me an error.
Is there a way to do what I want?
Thanks.