Hi all,
I am using ReportViewer in ASP.net 2.0. It was a local Report and bind data from Dataset. It was workd well . But , My problem was, when i need to go print , i cann't do it. I searched google and found solution using Javascript.
Get Html code by using document.getElementbyID(controlname).innerHTML().
Write that code to New window. And then print page by using window.print() function.
But , the problem is it only prints first page, Not all pages. If my report goes to more than one page, Print first page only. Can you help me please?.
(OR)
How to print report in reportviewer. It should be worked in IIS or client machine.
Thanks in advance...