ReportSectionCollection Classe

Definição

Representa uma coleção de ReportSection objetos.

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)
Herança

Propriedades

Nome Description
Count

Obtém o número de itens na coleção.

Item[Int32]

Obtém ou define o item na chave especificada.

Métodos

Nome Description
GetEnumerator()

Obtém o enumerador para esse ReportElementCollectionBase<T>.

(Herdado de ReportElementCollectionBase<T>)

Implantações explícitas de interface

Nome Description
IEnumerable.GetEnumerator()

Recebe o enumerador que itera pela coleção.

(Herdado de ReportElementCollectionBase<T>)

Aplica-se a