TablixMemberCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of TablixMember objects.
The TablixMemberCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_children | Infrastructure. (Inherited from DataRegionMemberCollection<T>.) |
![]() |
m_owner | Infrastructure. (Inherited from DataRegionMemberCollection<T>.) |
![]() |
m_parentDefinitionPath | Infrastructure. (Inherited from DataRegionMemberCollection<T>.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>.) |
![]() |
DefinitionPath | Gets the path to this TablixMemberCollection in the report definition. (Overrides DataRegionMemberCollection<T>.DefinitionPath.) |
![]() |
Item[Int32] | Gets the item at the specified index. (Inherited from ReportElementCollectionBase<T>.) |
![]() |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Inherited from DataRegionMemberCollection<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator() | Infrastructure. (Inherited from ReportElementCollectionBase<T>.) |
Top