list_body_items
List all top-level ReportItems in a paginated report's body, returning their name, type, and dimensions. Useful to inspect before modifying item positions or sizes.
Instructions
List every named ReportItem at the top level of . Returns name, type (Tablix / Textbox / Image / Rectangle / Subreport / Chart / etc.), top, left, width, height. Use before set_body_item_position / set_body_item_size when you don't already know what's in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the .rdl file to read. |