add_static_row
Adds a static row with literal text cells to a tablix in a paginated report. Specify row position and height; cell textbox names are auto-generated.
Instructions
Add a static (no-group) row to a tablix. Each cell holds literal text. cells is a list of strings, one per body column (left to right); shorter list = blank trailing cells, longer list errors. Cell textboxes are named row_name (col 0) and row_name_ (others) — unique report-wide so row_name must not clash with any existing textbox. position is 0-indexed; default appends. height defaults to 0.25in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| cells | No | ||
| height | No | ||
| position | No | ||
| row_name | Yes | ||
| tablix_name | Yes |