ReportSectionCollection Classe

Définition

Représente une collection d'objets ReportSection.

public ref class ReportSectionCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^>
public sealed class ReportSectionCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ReportSection>
type ReportSectionCollection = class
    inherit ReportElementCollectionBase<ReportSection>
Public NotInheritable Class ReportSectionCollection
Inherits ReportElementCollectionBase(Of ReportSection)
Héritage

Propriétés

Count

Obtient le nombre d’éléments de la collection.

Item[Int32]

Obtient ou définit l'élément au niveau de la clé spécifiée.

Méthodes

GetEnumerator()

Obtient l'énumérateur de ce ReportElementCollectionBase<T>.

(Hérité de ReportElementCollectionBase<T>)

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient l'énumérateur qui itère au sein de la collection.

(Hérité de ReportElementCollectionBase<T>)

S’applique à