DataRegionMemberCollection<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all data region member collections.
generic <typename T>
public ref class DataRegionMemberCollection abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<T>, Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath
public abstract class DataRegionMemberCollection<T> : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>, Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
type DataRegionMemberCollection<'T> = class
inherit ReportElementCollectionBase<'T>
interface IDefinitionPath
Public MustInherit Class DataRegionMemberCollection(Of T)
Inherits ReportElementCollectionBase(Of T)
Implements IDefinitionPath
Type Parameters
- T
The type of the item in the collection.
- Inheritance
- Derived
- Implements
Fields
m_children |
The children of this chart member. |
m_owner |
The owner of this chart member. |
m_parentDefinitionPath |
The parent definition path. |
Properties
Count |
Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>) |
DefinitionPath |
Gets the path to this report definition object in the report definition. |
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. |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |