Janik von Rotz


1 min read

Add SharePoint List Print Button

You can print every SharePoint list item with the keyboard short cut Ctrl+P. But adding a real print button to the SharePoint list view isn’t that difficult too.

Choose the form type in you list options under form webparts.

SharePoint List Print Button 1

Add a content editor webpart on top of the list view or right under the view.

SharePoint List Print Button 2

Click to add new content.

SharePoint List Print Button 3

Now edit the content as html source.

SharePoint List Print Button 4

Add this snippet.

`
<input type="button" value=" Print " onclick="window.print();return false;" />
`

SharePoint List Print Button 5

And you get a nice print button.

Categories: SharePoint
Tags: print , sharepoint , webpart
Improve this page
Show statistic for this page