remove_tablix_column
Removes a tablix column by locating a textbox with the specified name in any data-row cell, then deleting the column, its leaf member, and cells from all rows.
Instructions
Remove the tablix column whose data-row cell holds a textbox named column_name. Drops the matching TablixColumn, removes the top-level TablixMember at that column index (only if it's a leaf, never a column group wrapper), and removes the cell at that index from every TablixRow. Errors if no row contains a textbox with the given name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| column_name | Yes | ||
| tablix_name | Yes |