DataMember Members
Include Protected Members
Include Inherited Members
Represents the base class for a member in a data hierarchy.
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_children | Infrastructure. | |
m_customPropertyCollection | Infrastructure. (Inherited from DataRegionMember.) | |
m_definitionPath | Infrastructure. (Inherited from DataRegionMember.) | |
m_group | Infrastructure. (Inherited from DataRegionMember.) | |
m_instance | Infrastructure. | |
m_owner | Infrastructure. (Inherited from DataRegionMember.) | |
m_parent | Infrastructure. (Inherited from DataRegionMember.) | |
m_parentCollectionIndex | Infrastructure. (Inherited from DataRegionMember.) | |
m_parentDefinitionPath | Infrastructure. (Inherited from DataRegionMember.) |
Top
Properties
Name | Description | |
---|---|---|
Children | Gets the children of this data member. | |
ColSpan | Number of rows spanned by this member, were the hierarchy to be treated as a grid. | |
CustomProperties | Gets the custom properties for this data region member. (Inherited from DataRegionMember.) | |
DefinitionPath | Gets the path to this report definition object in the report definition. (Inherited from DataRegionMember.) | |
Group | (Inherited from DataRegionMember.) | |
ID | Gets the unique identifier for this report definition object. (Inherited from DataRegionMember.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
IsColumn | Indicates this is a member of the column (as opposed to row) hierarchy. | |
IsStatic | Gets a boolean value that indicates whether the member is a static member. (Inherited from DataRegionMember.) | |
MemberCellIndex | (Inherited from DataRegionMember.) | |
Parent | The parent member within the hierarchy | |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Inherited from DataRegionMember.) | |
RowSpan | Number of rows spanned by this member, were the hierarchy to be treated as a grid. |
Top