List .odb reports
odb_reportsLists all reports declared in an .odb database, including data-source commands, band/group structure, and rpt: formula expressions.
Instructions
Lists every report an .odb database declares, with each report's own data-source command, band/group structure, and rpt: formula expressions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | .odb database to read. 'path' points at the .odb file on disk -- its extension is never used to infer a document format, since documents.js deliberately excludes 'odb' from DocumentFormat (an embedded database front end has no single natural target format -- tables, saved queries, and reports are three unrelated output shapes -- see that package's own README). 'bytesBase64' carries the .odb bytes inline; its 'format' field is required by the shared hybrid input shape but unused by every odb tool. |