A simple Template for a report.
More...
|
|
String | base_64 |
| | Base64-encoded template data.
|
|
File | file |
| | File path to the template resource.
|
|
String | id |
| | Unique identifier for the report template.
|
A simple Template for a report.
Definition at line 23 of file ReportIterator.h.
◆ ReportTemplate() [1/2]
| ReportTemplate::ReportTemplate |
( |
const StringView & | id, |
|
|
File | resource ) |
Constructs a report template from a file resource.
- Parameters
-
| [in] | id | The template identifier. |
| [in] | resource | The file containing the template. |
◆ ReportTemplate() [2/2]
Constructs a report template from base64-encoded data.
- Parameters
-
| [in] | id | The template identifier. |
| [in] | base_64 | The base64-encoded template content. |
References base_64.
The documentation for this struct was generated from the following file: