|
Get the report in specified export format.
All the output data are aggregated and returned in a single safearray. If there are any graphs, the graph names and the graph binaries are also returned in the same safearray. The user can parse through the returned array, to get the individual image names and image data. - Parameters:
-
| pRI | pointer to ReportInstance |
| nFormat | The format to which the report is exported |
| PrefixString | The prefix string that is attached to all image file names. This parameter contains a non-empty string only when the ExportFormat is DssExportFormatHtml |
| psaAggregateOutput | Exported report in the specified export format, along with any graphs and graph names, |
- Returns:
- Usual COM result code:
S_OK Operation succeeded.
E_FAIL Operation failed.
|