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>) |