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

CategoryGrouping Element

SQL Server 2000

CategoryGrouping Element

Defines a category level for a category grouping in a chart.

<CategoryGroupings>
   ...
   <CategoryGrouping>
      <DynamicCategories> <!-- or StaticCategories -->
         ...
      </DynamicCategories> <!-- or /StaticCategories -->
   </CategoryGrouping>
   ...
</CategoryGroupings>
Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-n: Required element that can occur once or more than once

Element Relationships

Relationship Element
Parent element CategoryGroupings
Child element DynamicCategories, StaticCategories

Remarks

The CategoriesGrouping element must have one and only one child element: either DynamicCategories or StaticCategories.

See Also

Report Definition XML Elements

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