AddCustomReportParameter
Type, Introduced in version 2.49
Adds a custom report parameter to a report execution strategy.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Name | String | The name of the parameter to set.
|
|
Bool | Boolean? | The boolean value to set for the parameter. |
|
String | String | The string value to set for the parameter. |
|
Integer | Int32? | The integer value to set for the parameter. |
|
Decimal | Decimal? | The decimal value to set for the parameter. |
|
Date | DateTimeOffset? | The date value to set for the parameter. |
|
DateTime | DateTimeOffset? | The date/time value to set for the parameter. |
|
SelectedOptionCode | String | The code of the option to select for the parameter. |
|
EntityId | Int64? | The business key identifier of the entity to select for the parameter. |
Example
{
"Name": null,
"Bool": null,
"String": null,
"Integer": null,
"Decimal": null,
"Date": null,
"DateTime": null,
"SelectedOptionCode": null,
"EntityId": null
}