Elipse Plant Manager — EPM Web API

Version 6.50.41

epmwebapi.report

Class representing a Report (rdlx file) from EPM Portal's or EPM Processor's Resource Manager.

Report(resourcesManager, id, name, description)
def export( self, type: epmwebapi.exporttype.ExportType, params: Dict[str, Any]) -> <built-in function any>:

Exports a Report from Resources Manager to the specified type.

Parameters
  • type: Type of Exportation. Possible values are epmwebapi.downloadtype.ExportType.Excel2003, epmwebapi.downloadtype.ExportType.Excel, epmwebapi.downloadtype.ExportType.Word, epmwebapi.downloadtype.ExportType.Pdf, epmwebapi.downloadtype.ExportType.Csv, epmwebapi.downloadtype.ExportType.Json, epmwebapi.downloadtype.ExportType.Xml, epmwebapi.downloadtype.ExportType.Tiff, epmwebapi.downloadtype.ExportType.Mht.
Returns

Exported Report.