sasctl.services.reports#
- class sasctl._services.reports.Reports[source]#
Bases:
Service
Creates, reads, updates, and deletes reports, report states, and content.
See also
- classmethod get_report(item, refresh=False)#
Return a report instance.
- Parameters:
- Returns:
RestObj or None – A dictionary containing the report attributes or None.
Notes
If item is a complete representation of the report it will be returned unless refresh is set. This prevents unnecessary REST calls when data is already available on the client.
- classmethod get_visual_elements(report)[source]#
Get the visual components of a report.
Returned components may be visualized by rendering with the report_images.get_images method.