ReportParameter
Name | Type | Description | Notes |
---|---|---|---|
CausesParametersRefresh | bool | value that informs the UI to refresh all the parameters when this parameter changes | [optional] |
DefaultValues | List<string> | default value(s) | [optional] |
DisplayName | string | text to be display to the user | [optional] |
MultiValue | bool | behavior of a list | [optional] |
Name | string | internal name of the parameter | [optional] |
ParameterType | string | value that informs the UI about the type of this parameter | [optional] |
Required | bool | required state of the parameter | [optional] |
ValidValues | List<ReportParameterValue> | availables values for a list | [optional] |