ParagraphCollection Класс

Определение

Представляет коллекцию объектов Paragraph.

public ref class ParagraphCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::Paragraph ^>
public sealed class ParagraphCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.Paragraph>
type ParagraphCollection = class
    inherit ReportElementCollectionBase<Paragraph>
Public NotInheritable Class ParagraphCollection
Inherits ReportElementCollectionBase(Of Paragraph)
Наследование

Свойства

Count

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

Item[Int32]

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

Методы

GetEnumerator()

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

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

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

IEnumerable.GetEnumerator()

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

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

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