I created a project in C# windows form application in VS2010 and .net framework version 4.0
My project main form contains Print Form. And Print Form has reportviewer1 control. For that I created a report1.rdlc file.
Main form contains textboxes like tb_SerialNo, tb_TypeNo, tb_Date, tb_TestEngineer etc.I need that textboxes value in my report1.rdlc file textbox.
Please help me to solve this issue. thanks in Advance.