Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get one PDF for a multi-report document using web service?

Status
Not open for further replies.

carlsd

Programmer
Jul 23, 2002
5
0
0
US
In BusinessObjects, when saving a document containing multiple reports as a PDF, a single .pdf file is created containing a bookmark for each report. This is the desired effect. Using the web service however, the GetPDFView method of the WIConsumer class requires as an argument the name of a report within a document, so only 1 report can be retrieved and converted to a PDF at a time. If no report argument is supplied, the first report in the document is retrieved. Is there any way to get a PDF view containing all of the reports, each with its’ own bookmark, just like when saving a document as a PDF? Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top