I want to display the type of bill in my report.
For that I have put the combo box in data entry form(Form1) which
enables user to select the type of copy whether it is original,duplicate
or triplicate.
I want to assign the selected value of the combo box(of Form1) to the
text box which resides under the report(.rdlc file)
How to assign the control's property to the text box inside the report?
Please help.
Thanks in advance.