public interface DashboardOperations
Modifier and Type | Method and Description |
---|---|
void |
export(DashboardExportSpec exportSpec)
Transforms a dashboard to the PDF or the XML format.
|
void export(DashboardExportSpec exportSpec) throws DQIdException
It is possible to set a customized XML data file in the specification.
The XML output can be retrieved by DashboardExportSpec.getXmlFile()
after an export.
exportSpec
- The export specification.IllegalArgumentException
- If the export specification is null
.DQIdException
- If there is any export error.DashboardExportSpec