| Name | Description | Type | Additional information |
|---|---|---|---|
| IsPredefined |
Is predefined means you do not need to supply it for the report to run. |
boolean |
None. |
| ReportParameterName |
The Localized name of the parameter |
string |
None. |
| ReportParameterId |
The non-localized name of the parameter |
string |
None. |
| ValidValues |
The valid values that the parameter can take (think Value = GeofenceId, Text = GeofenceLabel). Will be an empty list for parameters like the reporting period begin date. The Text is a Localized text. |
Collection of TextValuePair |
None. |
| SelectedValues |
The pre-selected values for the Parameter. |
Collection of integer |
None. |
| Value |
The (default) value for this parameter |
Object |
None. |