i wan to print report viewer on button click
-
In my form there are other controls .I want to print only report viewer on button click . I use window.print() on that button click but it print all the controls and master page tree view etc.That are displayed in that page.How can i print reportviewer on button click
-
In my form there are other controls .I want to print only report viewer on button click . I use window.print() on that button click but it print all the controls and master page tree view etc.That are displayed in that page.How can i print reportviewer on button click
window.print
tells browser to print the whole page. It can't print the required area alone. Normal method is to put the things required on a separate page and print that page.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions