2.308.4 ReportParameter.DefaultValue

The ReportParameter.DefaultValue element specifies the default value or values to use for a report parameter if values are not provided by the user. If a value is not provided as a part of the ReportParameter definition or by the user, the value of the ReportParameter.DefaultValue element is interpreted as NULL.

This element MUST be specified if the ReportParameter.Prompt element is not specified and either ReportParameter.Nullable is false or a ReportParameter.ValidValues list is provided that does not contain a null value.

The ReportParameter.DefaultValue element is of type DefaultValue.

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

Parent elements

ReportParameter

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

 <xsd:element name="DefaultValue" type="DefaultValueType" minOccurs="0" />