RowGrouping Element (RDL)

Defines a row header region in a matrix.

Syntax

<RowGroupings>
    <RowGrouping>
        <Width>...</Width>
        <!-- or DynamicRows, StaticRows, FixedHeader-->
        ...
        </DynamicRows> <!-- or /StaticRows, /FixedHeader-->
    </RowGrouping>
</RowGroupings>

Element Characteristics

Characteristic Description

Data type and length

None

Default value

None

Cardinality

1-n: Required element that occurs once or more than once.

Element Relationships

Relationship Element

Parent element

RowGroupings

Child elements

DynamicRows, FixedHeaderWidth, StaticRows

Remarks

Each row grouping defines a column of row headings. The first row grouping is positioned as the outermost row of row headings.

The RowGrouping element must contain either a DynamicRows element or a StaticRows element.

See Also

Reference

Report Definition XML Elements

Help and Information

Getting SQL Server 2005 Assistance