set_group_page_break
Configures page breaks on a tablix group: assigns a location (None, Start, End, StartAndEnd, Between) or removes the break. Returns the modified group.
Instructions
Set on a tablix group's page-break rule. location ∈ {None, Start, End, StartAndEnd, Between}. Passing 'None' removes the element (the canonical 'no break' shape). Idempotent. Returns {tablix, group, kind: 'Group', location, changed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| location | Yes | ||
| group_name | Yes | ||
| tablix_name | Yes |