DataRegionMember Members
Include Protected Members
Include Inherited Members
Represents the base class for a member in a data region's hierarchy.
The DataRegionMember 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_customPropertyCollection | Infrastructure. | |
m_definitionPath | Infrastructure. | |
m_group | Infrastructure. | |
m_owner | Infrastructure. | |
m_parent | Infrastructure. | |
m_parentCollectionIndex | Infrastructure. | |
m_parentDefinitionPath | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
CustomProperties | Gets the custom properties for this data region member. | |
DefinitionPath | Gets the path to this report definition object in the report definition. | |
Group | ||
ID | Gets the unique identifier for this report definition object. | |
IsStatic | Gets a boolean value that indicates whether the member is a static member. | |
MemberCellIndex | ||
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. |
Top