Reputation: 903
I actually pass employee id of a single employee and that it generate report for employee but how can i do this if there are multiple employee having same criteria . if store procedure generation multiple employee data than That much reports should be generated.As i am new to this, help me out.... Thanks :)
Upvotes: 0
Views: 1637
Reputation: 168
If you are trying to print each employee that match your criteria, assuming you're using a rdlc file in visual studio you just have to use a List from the toolbox menu, it will group your employees by your criteria.
Upvotes: 1
Reputation: 2145
Can you put some code so that i will update it
anyway!
There are some portions in a report. Report header, report footer, page header, page footer and then content header and detail now you have to design your report in such a way that you have to group employee id. Grouping is very important in reports.
You can easily find what i have mentioned.
You have to mention what reporting tool you are using then i will give you more detail
Here are some useful links
Upvotes: 1