Элементы PageSection

Represents the layout of report items to appear at the top or bottom of every page of the report.

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

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_isOldSnapshot Инфраструктура. (Наследуется из ReportElement.)
Защищенное поле m_parentDefinitionPath Инфраструктура. (Наследуется из ReportElement.)
Защищенное поле m_style Инфраструктура. (Наследуется из ReportElement.)

В начало

Свойства

  Имя Описание
Открытое свойство DefinitionPath Gets the path to this report definition object in the report definition. (Перезаписывает ReportElement. . :: . .DefinitionPath.)
Открытое свойство Height Height of the page section
Открытое свойство ID Gets the unique identifier for this report definition object. (Перезаписывает ReportElement. . :: . .ID.)
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Наследуется из ReportElement.)
Открытое свойство PrintOnFirstPage Indicates if the page section should be shown on the first page of the report.
Открытое свойство PrintOnLastPage Indicates if the page section should be shown on the last page of the report.
Открытое свойство ReportItemCollection Gets the report items in the page section.
Открытое свойство Style Gets the style properties of this report definition object. (Наследуется из ReportElement.)

В начало