Link¶
The Link component creates functional hyperlinks in PDF reports, displaying text that becomes clickable when the report is exported to PDF.
Configuration¶
Configure the component with these options:
| Option | Description |
|---|---|
| Text | Visible text shown in the report |
| HREF | Target web address for the hyperlink |
Both display text and URL support text templates for dynamic content.
Standard text styling options (font family, size, color, weight) are available through the properties panel.
Use Cases¶
- Reference links - provide links to external documentation, websites, or resources
- Contact information - create clickable email addresses or phone numbers
- Dynamic URLs - generate links based on data values using text templates
- Source citations - link to data sources or reference materials
Tips¶
- Links only function in exported PDF reports, not in the editor preview
- Use text templates in URLs for data-driven link generation
- Text content can be added to dictionary for translation support