| Package | Description |
|---|---|
| com.gooddata.export | |
| com.gooddata.report |
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Void> |
ExportService.export(Report report,
ExportFormat format,
OutputStream output)
Export the given report in the given format to the given output stream
|
FutureResult<Void> |
ExportService.exportCsv(Report report,
OutputStream output)
Export the given Report using the raw export (without columns/rows limitations)
|
| Constructor and Description |
|---|
ExecuteReport(Report report)
Create ExecuteReport based on
Report |
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Void> |
ReportService.exportReport(Report report,
ReportExportFormat format,
OutputStream output)
|
Copyright © 2017. All rights reserved.