ReportSectionCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma coleção 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)
- Herança
Propriedades
Count |
Obtém o número de itens na coleção. |
Item[Int32] |
Obtém ou define o item na chave especificada. |
Métodos
GetEnumerator() |
Obtém o enumerador para este ReportElementCollectionBase<T>. (Herdado de ReportElementCollectionBase<T>) |
Implantações explícitas de interface
IEnumerable.GetEnumerator() |
Obtém um enumerador que itera por meio da coleção. (Herdado de ReportElementCollectionBase<T>) |