Source: factory.report/package.core/ObjReportXml.py
Represents a report that generates a YAML object from a data list. Inherits
functionalities from ObjData, and formats the data into a structured YAML
format for further use or rendering. Uses field names to process data into
key-value pairs within the YAML output.
| Method | Signature | Description |
|---|---|---|
| Render | Render(param1: str = '', param2: str = '', param3: str = '') |