AddCustomReportRestriction
Type, Introduced in version 2.18
Adds a custom report restriction to a report execution strategy.
Used by the GetCustomReport command.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Column | String | The column name of the report restriction.
|
|
From | String | The from value of the report restriction.
|
|
To | String | The to value of the report restriction.
|
|
Exclude | Boolean? | Whether or not the custom report should exclude any results that match the restriction.
|
Introduced in version 2.50 |
Example
{
"Column": null,
"From": null,
"To": null,
"Exclude": null
}