print web report in C#.Net
Posted
by jenni
on Stack Overflow
See other posts from Stack Overflow
or by jenni
Published on 2009-09-25T11:26:11Z
Indexed on
2010/03/22
18:01 UTC
Read the original article
Hit count: 298
reporting-services
|c#
I need to create a clients details report for a web based application in c#.Net. There will be multiple client details one by one.
When take print of this web page, the first page will be the cover page and the remaining pages contains clients details. The pages except the cover page should be numbered “page x of y” in the centre of the footer. The top of each page should display the client name that is the subject of the sub-report. If part of a sub-report section spans onto a new page, the whole section should be moved to the new page. Any solution for implementing this?
© Stack Overflow or respective owner