ReportSectionCollection Clase

Definición

Representa una colección de objetos 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)
Herencia

Propiedades

Count

Obtiene el número de elementos de la colección.

Item[Int32]

Obtiene o establece el elemento en la clave especificada.

Métodos

GetEnumerator()

Obtiene el enumerador para este objeto ReportElementCollectionBase<T>.

(Heredado de ReportElementCollectionBase<T>)

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Obtiene el enumerador que se itera por toda la colección.

(Heredado de ReportElementCollectionBase<T>)

Se aplica a