<matrixRow>
XML tagThe <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.
<matrixRow>
master_group_content
</matrixRow>
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>
Copyright © 1984, 2005, Oracle. All rights reserved.