Uses of Class
com.gooddata.md.report.Report
-
Packages that use Report Package Description com.gooddata.export com.gooddata.report -
-
Uses of Report in com.gooddata.export
Methods in com.gooddata.export with parameters of type Report Modifier and Type Method Description FutureResult<Void>ExportService. export(Report report, ExportFormat format, OutputStream output)Export the given report in the given format to the given output streamFutureResult<Void>ExportService. exportCsv(Report report, OutputStream output)Export the given Report using the raw export (without columns/rows limitations)Constructors in com.gooddata.export with parameters of type Report Constructor Description ExecuteReport(Report report)Create ExecuteReport based onReport -
Uses of Report in com.gooddata.report
Methods in com.gooddata.report with parameters of type Report Modifier and Type Method Description FutureResult<Void>ReportService. exportReport(Report report, ReportExportFormat format, OutputStream output)
-