A script-enabled browser is required for this page to function properly.

<matrixRow> XML tag

The <matrixRow> tag delimits the row fields in a matrix style layout. The <matrixRow> tag can only be nested within a <matrix> tag. You must nest <field> tags within the <matrixRow> tag to list the fields you want to include as matrix rows.

Syntax

<matrixRow>
  master_group_content
</matrixRow>

Example

The following example shows a segment of an XML report definition that defines the row dimension of a matrix layout:

<matrixRow name="g_product_category">
  <field name="f_product_category" source="product_category" 
    label="Product Category" font="Arial" 
    fontSize="8"/> 
</matrixRow>

See also

About XML in reports

Oracle Reports XML tags