How to pass value from Form1.vb to ReportViewer.rdlc

dejanc

New member
Joined
Dec 31, 2010
Messages
3
Programming Experience
Beginner
Hello,

I would like to pass value from win form to ReportViewer.
For example:
1. A Form1 has TextBox1 >> I open Form1, and enter text into TextBox1 like "Test".
2. ReportViewer has also a TextBox2.

3.I would like, when I open Form1, enter a value "Test", and then open ReportViewer to get value into TextBox2.

It is my first time using ReportViewer, so I would be pleased to get some tips, instructions.

Thank you in advance for help.
 
Back
Top