set_column_width
Set the width of a specific column in a tablix by providing a column index or textbox name. Specify width in RDL units such as '1.5in' or '4cm'.
Instructions
Set on a tablix's body column. column accepts a 0-based integer index OR a textbox name living in any cell of that column (mirrors how set_cell_span / add_subtotal_row address columns). width is an RDL size ('1.5in', '4cm', '80pt'). Idempotent: same width → {changed: false}, no save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| width | Yes | ||
| column | Yes | 0-based column index or textbox name in any column cell. | |
| tablix_name | Yes |