DataMember Members
Include Protected Members
Include Inherited Members
Represents group instances within a custom report item's data. This class cannot be inherited.
The DataMember type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_customProperties | Infrastructure. (Inherited from Group.) | |
m_ownerItem | Infrastructure. (Inherited from Group.) | |
m_uniqueName | Infrastructure. (Inherited from Group.) |
Top
Properties
Name | Description | |
---|---|---|
Children | Returns groups contained in a row or column. | |
Custom | Gets the custom data associated with this grouping. (Inherited from Group.) | |
CustomProperties | Returns a collection of custom properties for the data member. (Overrides Group.CustomProperties.) | |
DataCollectionName | Gets the name to use for the data element for the collection of all instances of this group. (Inherited from Group.) | |
DataElementName | Returns the name to use for the data element or attribute for this report item. (Overrides Group.DataElementName.) | |
DataElementOutput | Indicates whether the item should appear in a data rendering. (Overrides Group.DataElementOutput.) | |
GroupValues | Gets the values of the group expressions for the group. | |
HasToggle | Indicates that a toggle item is defined for this object. (Inherited from Group.) | |
Hidden | Indicates whether the item is currently hidden. (Overrides Group.Hidden.) | |
ID | Gets the identifier for the data member. (Overrides Group.ID.) | |
IsStatic | Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field. | |
IsToggleChild | Indicates whether the data member can be made visible or invisible by toggling a different item. (Overrides Group.IsToggleChild.) | |
IsTotal | Indicates whether this instance of the group contains subtotal data values. | |
Label | Gets the label to display for this data member. (Overrides Group.Label.) | |
MemberCellIndex | Indicates the location of this member in the grid of cells. | |
MemberHeadingSpan | Indicates the number of innermost group instances this data member spans. | |
Name | Gets the name of the grouping. (Inherited from Group.) | |
PageBreakAtEnd | Indicates whether the page should break at the end of the group. (Inherited from Group.) | |
PageBreakAtStart | Indicates whether the page should break at the start of the group. (Inherited from Group.) | |
Parent | Gets the parent data member. | |
SharedHidden | Indicates whether the item is always, never, or sometimes hidden. (Overrides Group.SharedHidden.) | |
ToggleItem | Returns the name of the toggle item for this object. (Inherited from Group.) | |
UniqueName | Gets a name that uniquely identifies this group across the entire report. (Inherited from Group.) |
Top