2.69.19 Table.NoRows

Applies to RDL 2003/10 and RDL 2005/01

The Table.NoRows element specifies text to render instead of the table layout when no rows of data are available for a Table. This element is optional. If this element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

Following is the parent element of the Table.NoRows element.

Parent elements

Table

The following is the XML Schema definition of the Table.NoRows element.

 <xsd:element name="NoRows" type="xsd:string" minOccurs="0" />