简体   繁体   中英

how to get the print of section of .aspx page?

I am printing reports as tables in .aspx page

Now i want to print that section containing table. how can i print that section only?

As I got javascript function to print the whole page with window.print() but I want only some section to get printed.

You could use a print stylesheet to hide elements you don't want printed:

<link type="text/css" rel="stylesheet" href="css/print.css" media="print" />

(This article on A List Apart has some useful info on print stylesheets: http://www.alistapart.com/articles/goingtoprint/ )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM