i had a 2 tables
school info table
student info table
showing school info table in a gridview..when we select student name it has to show the details of that student from student info table and that details shld be ..in reporting services
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Feb 28, 2011, 1:03 PM
shashi reddyPosted Feb 28, 2011, 5:24 AM
can u plz tell me ..how to create reports
Mahesh ChandPosted Feb 27, 2011, 3:21 PM
Your database tables need a relationship and when you get data from the database, you get both tables with the relationship. Your first report will be bound to and display data from the School table and second report will be bound to and display data from the Student table.
Search this site for sub reports. Samples are using the Report Viewer but the concept is same.
Good luck!