Title
Provides a customizable title section for reports, allowing for a main title and an optional footer for additional information or context.
ReportTitle
Defines the structure for a report's title section.
id
- A literal string with the value "title", identifying the component as a report title.title
- A string representing the main title of the report.footer
- An optional string representing additional information or context that appears at the bottom of the title section.
Example
{
"id": "title",
"title": "Annual Financial Report",
"footer": "Prepared by the Finance Department"
}