Represents a description of a data model for building a report to send with a message.
Content property: Parameters
| Name | Type | Description |
|---|---|---|
| Source | String | Data source for loading the model. |
| Schema | String | Scheme for loading the model. |
| Model | String |
Model name. The procedure [{Schema}].[{Model}.Load]
in the data source {Source} will be called to load the model.
|
| Parameters | Dictionary MessageReportParam | Parameters for the report model. |