Printing Problem
-
i have a report viewer inside a div tag,which has got an id, a print button at the bottom of the form. When i click the print button a pop up window gets opened which includes the output vales and at the same time the window's print window too gets opened which asks the printing details after giving printing details and starting the print MY PROBLEM 1)in the first page only the heading and the page number , page link address and current date are displayed 2) in the next page i am getting proper output of report but it even includes i) the page link address at the bottom and ii)the current date iii)a thick line at bottom which is not needed i only need the report values in the print out Please help me
-
i have a report viewer inside a div tag,which has got an id, a print button at the bottom of the form. When i click the print button a pop up window gets opened which includes the output vales and at the same time the window's print window too gets opened which asks the printing details after giving printing details and starting the print MY PROBLEM 1)in the first page only the heading and the page number , page link address and current date are displayed 2) in the next page i am getting proper output of report but it even includes i) the page link address at the bottom and ii)the current date iii)a thick line at bottom which is not needed i only need the report values in the print out Please help me
This is determined by the printer setup dialog - use the File/Page Setup menu option, and clear the Headers and Footers sections. This is not something you can control on other users' machines, only your own.
-
This is determined by the printer setup dialog - use the File/Page Setup menu option, and clear the Headers and Footers sections. This is not something you can control on other users' machines, only your own.
How can i change others printer options.
-
How can i change others printer options.
-
I dont think you can change printer options through asp.net code. Another thing you could do is have a print page which contains only the information you want the user to print.
If u know that code pls give me