Link to home
Start Free TrialLog in
Avatar of matalahmari
matalahmari

asked on

passing parameter to report.rdlc vb.et 2005

i want to pass textbox value to report.rdlc parameter
Avatar of keihatsu
keihatsu

http://www.codeproject.com/dotnet/passingvaluesbetweenforms.asp

There is a detailed explanation of how to pass parameters from parent to child, or between siblings, including a download to the complete code they use, on that page.  I think it should take care of what you need.
Avatar of matalahmari

ASKER

i designed report (report.rdlc) with parameter (PARAM1)
then from the form there is text box (txt.text="my name")
I want pass txt.text = "my name" to PARAM1
ASKER CERTIFIED SOLUTION
Avatar of S_Mani
S_Mani

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial