Represents a report that will be generated and attached to an e-mail message.
Content property: Model
| Name | Type | Description |
|---|---|---|
| Report | String | Always binding from the data model. The field of the main model (not the report model!), which must contain the text description of the report (the field type is nvarchar(max)). |
| Name | String | The name of the report (attachment). If not specified, will be "report". In addition, if no extension is specified, the .pdf extension is automatically added. |
| Model | MessageReportModel | Description of the data model for building a report. |