Элементы ReportItemCollection

A collection of ReportItem objects. This class cannot be inherited.

Тип ReportItemCollection предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод 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.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало