describe_report
Retrieve a top-level inventory of a paginated report (.rdl) including data sources, datasets, parameters, tablixes, charts, and page setup. Use this to plan edits.
Instructions
Top-level inventory of an RDL: data sources, datasets, parameters, tablixes, charts, and page setup. Always the first call when planning edits. v0.4: tablixes returns rich shape hints [{name, rows, columns, has_groups, has_subtotals, has_spans}] (was bare strings — migrate with [t['name'] for t in tablixes]). charts (new in v0.4) is a top-level array of chart names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the .rdl file to read. |