Printing Reporting Services in a page throught Javascript
Posted
by Gabriel Guimarães
on Stack Overflow
See other posts from Stack Overflow
or by Gabriel Guimarães
Published on 2010-04-26T21:12:00Z
Indexed on
2010/04/26
21:13 UTC
Read the original article
Hit count: 287
I Have a PerformancePoint Server 2007 Dashboard in a Sharepoint 2007 page.
In my Sharepoint page, there's 2 Filters who get passed to the Report, and I need to print this report in the page (in another button, not the SSRS one).
So what I need is a javascript method that calls the SSRS print button, which is on a named DIV, inside a WebPartZone that only have one WebPart, a PerformancePoint Dashboard Item (don't know the exact name of the webpart).
© Stack Overflow or respective owner