How can I print Excel Web Access web part's contents only?
-
2012년 6월 12일 화요일 오후 3:20
Scenario - I have PowerPivot Workbook, I open it in Excel Web Access web part and update its data changing slicer values then I want to take print of this updated sheet direct from browser?
Question - Is there any way to print the updated contents of EWA web part only not the whole page?
모든 응답
-
2012년 6월 12일 화요일 오후 5:41Go to file (in the webpart), and "Download a Snapshot." This should provide you with a snapshot of what you have done in the Excel webpart, which you can subsequently print.
-
2012년 6월 12일 화요일 오후 6:42
Thanks Josh for your reply!
But I want to take the print directly from browser, not opening it in the Excel client and then printing it. Is there any way I can print EWA contents programmatically using javascript or any browser based approach?
Thanks!
-
2012년 6월 12일 화요일 오후 7:34
Hello!
Create new page, add your webpart and adjust it.
Add parameter to url: "IsDlg=1" (e.g. "http://x33/Lists/MyList/AllItems.aspx?IsDlg=1") - your page opens using minimal master page (without ribbon and navigation bars), so you will be able to print it from browser.
My contributions: SharePoint 2010 Solution Installer
- 답변으로 표시됨 Daniel YangMicrosoft Contingent Staff, Moderator 2012년 6월 21일 목요일 오전 2:40

