# JReportServer.ReportParameter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The parameter name. | 
**value** | **String** | The value for a single-value parameter. | [optional] 
**multipleValues** | **[String]** | The values for a multi-valued parameter. | [optional] 
**isAll** | **Boolean** | For a multi-valued parameter, use all available values. If true, the option \&quot;multipleValues\&quot; will be ignored. | [optional] 


