add_header_textbox
Add a textbox to a page header or report items in Power BI Report Builder paginated reports. Accepts static text or RDL expressions for dynamic content.
Instructions
Add a Textbox to /. text accepts static strings or RDL expressions (=Parameters!DateFrom.Value). 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 |