I'm creating an app for the place where I work, which should print labels based on information I enter in a form I created.
For this, I'm creating a smaller version, to test if everything I want works. I'm using Visual Studio 2015 Community with files in RDLC format.
I have a form with a% name of "tb_info", and a report with a parameter named "param_info". The goal is to press the form button, it passes information from textbox
to the report parameter, giving the order to print the report next.
Any idea how to do this?