add_body_textbox
Add a textbox to the report body that accepts static text or RDL expressions. Ensures unique names and coexists with existing tablix.
Instructions
Add a Textbox to /. text accepts static strings or RDL expressions (e.g. =Globals!ReportName). Coexists with the existing tablix; rejects names already in use. Pass raw text — encoding is handled; don't pre-encode XML entities (use & not &, including for the VB.NET string-concat operator in expressions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | Yes | ||
| left | Yes | ||
| name | Yes | ||
| path | Yes | ||
| text | Yes | Static text or RDL expression (=...). | |
| width | Yes | ||
| height | Yes |