Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a table "TestReport" with as below fields :

TestNo - integer
PatientName - String
Add - String
..
..
..
..


i want to show specific TestNo report.

i have write : " select * from TestReport " in DataSet TableAdapter.

Made RDLC report on this tableadapter. It shows all records.

I want to show record of TestNo = 2

How can I set report parameter with TestNo field ?
Posted
Comments
ccalma 30-Apr-14 2:27am    
Did you include the TestNo parameter in the RDLC file?
SelfCom 1-May-14 2:02am    
Please tell the steps how to do...?

Will I have to write adapter on query base like "Select * from TestReport where TestNo=@TestNo"

How...?
Please reply...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900