2.308.7 ReportParameter.Nullable

The ReportParameter.Nullable element specifies whether the value of a ReportParameter can be null. If the value of the ReportParameter.MultiValue element is true, the value of the ReportParameter.Nullable element MUST NOT be true.

This element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

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

Parent elements

ReportParameter

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

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