Same reports multiple times (.rdlc) in Report viewer
-
Hi For multiple employees (one or more), I have to generate report --Report will be same for all employees --Each page of report viewer will contain a single report for a single employe. For example, for 10 employees ten report will be in ten pages of a single report viewer. I am making report with RDLC How i will do it?? Please help me Thanks
-
Hi For multiple employees (one or more), I have to generate report --Report will be same for all employees --Each page of report viewer will contain a single report for a single employe. For example, for 10 employees ten report will be in ten pages of a single report viewer. I am making report with RDLC How i will do it?? Please help me Thanks
See: multiple report generation using single microsoft report viewer control[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
See: multiple report generation using single microsoft report viewer control[^]
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
Sandeep, Thanks for your reply But what i need is, you know report viewer has paging. So when i will click for next page it will show same report for 2nd employee. In this way i want to show multiple employees information where each page contain same report for separate employee
-
Sandeep, Thanks for your reply But what i need is, you know report viewer has paging. So when i will click for next page it will show same report for 2nd employee. In this way i want to show multiple employees information where each page contain same report for separate employee
Paging is for a report. You seek that page change changes report in viewer which is not how it works. If you need that, put all employees in a single report with page break on every employee such that all start from new page. Thus, one report, one viewer and employees on each page.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application