Compartilhar via


Classe ReportSectionCollection

Represents a collection of ReportSection objects.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<ReportSection>
    Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class ReportSectionCollection _
    Inherits ReportElementCollectionBase(Of ReportSection)
'Uso
Dim instance As ReportSectionCollection
public sealed class ReportSectionCollection : ReportElementCollectionBase<ReportSection>
public ref class ReportSectionCollection sealed : public ReportElementCollectionBase<ReportSection^>
[<SealedAttribute>]
type ReportSectionCollection =  
    class 
        inherit ReportElementCollectionBase<ReportSection>
    end
public final class ReportSectionCollection extends ReportElementCollectionBase<ReportSection>

O tipo ReportSectionCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items in the collection. (Substitui ReportElementCollectionBase<T>.Count.)
Propriedade pública Item Gets or sets the item at the specified key. (Substitui ReportElementCollectionBase<T>.Item[Int32].)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetEnumerator Gets the enumerator for this ReportElementCollectionBase<T>. (Herdado de ReportElementCollectionBase<T>.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Infraestrutura. Gets the enumerator that iterates through the collection. (Herdado de ReportElementCollectionBase<T>.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering