ReportSectionCollection Класс

Определение

Представляет коллекцию объектов 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)
Наследование

Свойства

Count

Возвращает количество элементов в коллекции.

Item[Int32]

Возвращает или задает элемент по указанному ключу.

Методы

GetEnumerator()

Возвращает перечислитель для этой коллекции ReportElementCollectionBase<T>.

(Унаследовано от ReportElementCollectionBase<T>)

Явные реализации интерфейса

IEnumerable.GetEnumerator()

Получает перечислитель, который выполняет итерацию по коллекции.

(Унаследовано от ReportElementCollectionBase<T>)

Применяется к