Defines dynamic column headings for the matrix column grouping.
语法
<ColumnGrouping>
      ...
        <DynamicColumns>
          <Grouping>...</Grouping>
           <Sorting>...</Sorting>
           <Subtotal>...</Subtotal>
           <ReportItems>...</ReportItems>
           <Visibility>...</Visibility>
        </DynamicColumns>
    ...
</ColumnGrouping>
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. For more information, see "Remarks." | 
Element Relationships
| Relationship | Element | 
|---|---|
| Parent element | |
| Child elements | 
备注
The ColumnGrouping element, which is the parent of DynamicColumns, must contain either a DynamicColumns element or StaticColumns element, but it cannot contain both.
请参阅
参考
Report Definition XML Elements