Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)