Expand Minimize
This topic has not yet been rated - Rate this topic

TableGroups Element

SQL Server 2000

TableGroups Element

Defines the groups in a table.

<Table Name="...">
   ...
   <TableGroups>
      <TableGroup>...</TableGroup>
   </TableGroups>
   ...
</Table>
Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once or not at all

Element Relationships

Relationship Element
Parent element Table
Child element TableGroup

Remarks

The order in which the TableGroup elements are listed in the TableGroups element determines the nesting of the table groups. The first TableGroup element is the outermost table group in the table. The last TableGroup element is the innermost table group in the table.

See Also

Report Definition XML Elements

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.