set_body_size
Set the body rendering region width and height to prevent clipping of wide tablixes or charts in paginated reports. Specify RDL size strings like '14in' or '297mm'.
Instructions
Set the body's rendering region inside the page. / and / (the sibling of ) — both are RDL size strings (e.g. '14in', '9in', '297mm'). Either or both kwargs required. Distinct from set_page_setup (which sets the paper chrome //) and set_body_item_size (size of items inside the body). Use this when a wide tablix or chart needs the body region expanded — without it the right edge is clipped at preview time. Idempotent: same value → empty changed. Returns {kind: 'Body', changed: list[str]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| width | No | ||
| height | No |