Compartir a través de


PageSection Miembros

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

El tipo PageSection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_isOldSnapshot Infraestructura. (Se hereda de ReportElement).
Campo protegido m_parentDefinitionPath Infraestructura. (Se hereda de ReportElement).
Campo protegido m_style Infraestructura. (Se hereda de ReportElement).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition. (Invalida ReportElement. . :: . .DefinitionPath.)
Propiedad pública Height Height of the page section
Propiedad pública ID Gets the unique identifier for this report definition object. (Invalida ReportElement. . :: . .ID.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement).
Propiedad pública PrintOnFirstPage Indicates if the page section should be shown on the first page of the report.
Propiedad pública PrintOnLastPage Indicates if the page section should be shown on the last page of the report.
Propiedad pública ReportItemCollection Gets the report items in the page section.
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement).

Principio