[]
Represents a heading member on the row or column axis of the CustomData structure.
public abstract class DataMember
| Name | Description |
|---|---|
| DataMember() |
| Name | Description |
|---|---|
| Children | Gets the members contained within this member. |
| CustomProperties | Gets the custom properties for this member. |
| DataElementName | Gets the name to use for the data element or attribute for this data member when rendered via a data-oriented rendering extension (e.g., XML). |
| DataElementOutput | Gets the value indicating how this item should appear when rendered with a data-oriented rendering device. |
| Hidden | Gets a value indicating the current hidden state of this member. The value can change via toggling. |
| IsStatic | Gets a value indicating whether this member is part of a static grouping that repeats for every instance of its parent member. |
| IsTotal | Gets a value indicating whether this member shows subtotal values or a value for a particular member. |
| MemberCellIndex | Gets the index of the cell within DataCells where this member starts. |
| MemberHeadingSpan | Gets the number of leaf groups this member spans. |
| Parent | Gets the parent of this member. |