set_tablix_corner
Set the top-left corner cell of a matrix tablix with a literal text or VB.NET expression for the row-axis caption.
Instructions
Write the block — the top-left cell of a matrix-shaped tablix that holds the row-axis caption (e.g. 'Type'). Pass text for a literal value OR expression for a VB.NET '=...' formula. Mutually exclusive. Textbox name is deterministic: '_Corner'. Refuses if the tablix has no named column group (the corner is only meaningful in a matrix). Replaces any existing TablixCorner block. Returns {tablix, name, kind: 'TablixCorner', changed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| text | No | ||
| expression | No | ||
| tablix_name | Yes |