ChartMemberCollection Class

Definition

Represents a collection of ChartMember objects.

public ref class ChartMemberCollection abstract : Microsoft::ReportingServices::OnDemandReportRendering::DataRegionMemberCollection<Microsoft::ReportingServices::OnDemandReportRendering::ChartMember ^>
public abstract class ChartMemberCollection : Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMemberCollection<Microsoft.ReportingServices.OnDemandReportRendering.ChartMember>
type ChartMemberCollection = class
    inherit DataRegionMemberCollection<ChartMember>
Public MustInherit Class ChartMemberCollection
Inherits DataRegionMemberCollection(Of ChartMember)
Inheritance

Fields

m_children

The children of this chart member.

(Inherited from DataRegionMemberCollection<T>)
m_owner

The owner of this chart member.

(Inherited from DataRegionMemberCollection<T>)
m_parentDefinitionPath

The parent definition path.

(Inherited from DataRegionMemberCollection<T>)

Properties

Count

Gets the number of items in the collection.

(Inherited from ReportElementCollectionBase<T>)
DefinitionPath

Gets the path to this ChartMemberCollection 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.

(Inherited from DataRegionMemberCollection<T>)

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>)

Applies to