sync_parameter_layout
Synchronizes the report parameter layout by removing cells for deleted parameters and adding cells for new parameters. Useful for repairing legacy reports where layout drifted.
Instructions
Bring // into sync with . Drops cells whose ParameterName no longer exists; appends cells for parameters that have no entry, placed at the next free (row, col) slot. add_parameter / remove_parameter / rename_parameter call this internally; the standalone tool is for repairing legacy reports authored before v0.3.0 where the layout drifted. No-op when the report has no . Returns {added, removed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the .rdl file to read. |