3
I’m creating an app for where I work, which should print some information-based labels that I enter into a form I created.
For that, I’m creating a smaller version, to test if everything I want works. I am using Visual Studio 2015 Community with files in RDLC format.
I have a form with a textbox
with the name "tb_info", and a report with a parameter named "param_info". The goal is, when pressing the form button, it passes the information of the textbox
for the parameter of report, giving the order to print the report next.
Some idea to accomplish this?
Going to use Report Viewer? Your application is WPF or MVC?
– Leonel Sanches da Silva
Makes it easy to use Reportviewer!?
– Mário Neutel
I need to know more things. If it is a web application, for example, I don’t think. If it is WPF it may even compensate depending on.
– Leonel Sanches da Silva
It is not web, I am creating as a normal executable application (it will be MVC I believe).
– Mário Neutel
Something like that?
– Leonel Sanches da Silva
It is something much simpler, are labels with 11cm x 20cm, and contains only between 3 to 4 text fields, everything else is merely decorative (logo of the company and customer, plus the carrier). I don’t know if it helps but the . NET version used in the company is 4.5
– Mário Neutel
The link provided to the two lines back is just to create the right Reports?! Because VS2015 lets you create a report in rdlc, which I used to create the label layout!!
– Mário Neutel
Well, you want to use Report Viewer and RDLC, then. No problem. I don’t have all the specific knowledge to give you an answer. I will edit your question again.
– Leonel Sanches da Silva
Thanks for the help.
– Mário Neutel