We are trying to make the export function work from the Web Intelligence viewer in our products browser control. We are using Microsoft's WebView browser control, and it has an issue when exporting a file to PDF. I can capture the failed event, and I have the following URIs,
1.
Is there anyway i can make another call out to anything and just have this PDF downloaded to the computer within my C# application? I have tried using a WebClient object to download the file at the first URI but i just get the following
<html>
<head>
<script type="text/javascript">
parent.location = "/BOE/OpenDocument/1907091710/OpenDocument/opendoc/openDocument.faces";
</script>
</head>
</html>
Request clarification before answering.
Where are you getting the URIs from?
Which version of BOBJ are you running? There may be a way to schedule the document to "Run Now" in PDF format and then download the resulting PDF from the system to a FileStream to get it.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The WebView control fails with a UnviewableContentIdentifiedEvent after I click the export button in the Web Intelligence viewer then select PDF and click OK, and when I look at the event properties of that event, it has a URI (number 1 above) and a referer (number 2 listed above)
We are on SAP BI 4.2 sp06, and that sounds just like what I need, if possible.
Though if you scheduled a report to run now, it wouldn't have the potential unsaved changes the user may have made before clicking export, or the export settings that the user has chosen, right? Is there anyway to get the actual report that was ran when the user clicks export? If not, I may go another direction.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.