2.70 Details

Applies to RDL 2003/10 and RDL 2005/01

The Details element specifies the details rows for a Table.

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

Parent elements

Table

Child elements

Details.Grouping

Details.Sorting

Details.TableRows

Details.Visibility

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

 <xsd:complexType name="DetailsType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="TableRows" type="TableRowsType" />
     <xsd:element name="Grouping" type="GroupingType" minOccurs="0" />
     <xsd:element name="Sorting" type="SortingType" minOccurs="0" />
     <xsd:element name="Visibility" type="VisibilityType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>