add_row_group
Inserts a row group wrapping the entire row hierarchy, adding a group-header row with the specified group expression at body row 0.
Instructions
Add a row group that wraps the entire current top-level row hierarchy. Inserts a matching group-header row at body row 0 with the group expression in the first cell. parent_group (nesting under an existing group) is reserved for a future commit and currently raises NotImplementedError.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| group_name | Yes | ||
| tablix_name | Yes | ||
| parent_group | No | ||
| group_expression | Yes | RDL expression, e.g. =Fields!Region.Value |