Класс ReportItemCollection
A collection of ReportItem objects. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportItemCollection
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class ReportItemCollection
'Применение
Dim instance As ReportItemCollection
public sealed class ReportItemCollection
public ref class ReportItemCollection sealed
[<SealedAttribute>]
type ReportItemCollection = class end
public final class ReportItemCollection
Тип ReportItemCollection обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Count | Gets the number of items on the report. |
![]() |
Item | Gets the specified report item from the collection located at the position specified by the index. In C#, this property is the indexer for the ReportItemCollection class. |
![]() |
SharedRenderingInfo | Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetReportItemStartAndEndPages | Determines the page on which an item in the report item collection should appear, based on soft page breaks. |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)