Класс PageCollection

Represents a collection of Page objects. This class cannot be inherited.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..PageCollection

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class PageCollection
'Применение
Dim instance As PageCollection
public sealed class PageCollection
public ref class PageCollection sealed
[<SealedAttribute>]
type PageCollection =  class end
public final class PageCollection

Тип PageCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of pages rendered so far.
Открытое свойство Item Gets the specified Page object from the collection at the specified index. In C#, this property is the indexer for the PageCollection class.
Открытое свойство TotalCount Gets or sets the total number of pages in a report.

В начало

Методы

  Имя Описание
Открытый метод Add Renders the specified Page and stores the results as the last page in the collection.
Открытый метод Clear Clears any stored rendering results from the collection.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Insert Inserts the specified page into the collection at the point specified by the index.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод RemoveAt Removes a page from the collection found at the location specified by the index.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.