hello dears
i want to make a report in my project which is in vb.net and i want to pass parametres at run time and get the report.for example if i have table such as
student table
std_id , name , phone_no ,address ,country
i want to get the report of student whose name is Aslam .
if we put quary as
select * from student where name ='Aslam'
i want to make a report in my project which is in vb.net and i want to pass parametres at run time and get the report.for example if i have table such as
student table
std_id , name , phone_no ,address ,country
i want to get the report of student whose name is Aslam .
if we put quary as
select * from student where name ='Aslam'
Comment