2.308.6 ReportParameter.MultiValue

The ReportParameter.MultiValue element specifies whether a ReportParameter can take a set of values rather than a single value. The ReportParameter.MultiValue element is ignored for report parameters that have the ReportParameter.DataType set to a Boolean ([XMLSCHEMA2/2] section 3.2.2).

The ReportParameter.MultiValue element is optional. If this element is present, its value MUST be a Boolean. If this element is not present, its value is interpreted as false.

Following is the parent element of the ReportParameter.MultiValue element.

Parent elements

ReportParameter

The following is the XML Schema definition of the ReportParameter.MultiValue element.

 <xsd:element name="MultiValue" type="xsd:boolean" minOccurs="0" />