2.307 ReportParameters

The ReportParameters element specifies an ordered list of ReportParameter elements for a Report. This list MUST contain at least one ReportParameter element.

The following are the parent and child elements of the ReportParameters element.

Parent elements

Report

Child elements

ReportParameters.ReportParameter

The following is the XML Schema definition of the ReportParameters element.

 <xsd:complexType name="ReportParametersType" >
   <xsd:sequence>
     <xsd:element name="ReportParameter" type="ReportParameterType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>