Share via


Page Members

Include Protected Members
Include Inherited Members

Represents a page in the report.

The Page type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_isOldSnapshot Infrastructure. (Inherited from ReportElement.)
Protected field m_parentDefinitionPath Infrastructure. (Inherited from ReportElement.)
Protected field m_style Infrastructure. (Inherited from ReportElement.)

Top

Properties

  Name Description
Public property BottomMargin Width of the bottom margin.
Public property Columns Default number of columns for rendering the report.
Public property ColumnSpacing Spacing between each column in multi-column renderings.
Public property DefinitionPath Gets the path to this report definition object in the report definition. (Overrides ReportElement.DefinitionPath.)
Public property ID Gets the unique identifier for this report definition object. (Overrides ReportElement.ID.)
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property InteractiveHeight Default height for rendering the report when in an interactive renderer.
Public property InteractiveWidth Default height for rendering the report when in an interactive renderer.
Public property LeftMargin Width of the left margin.
Public property PageFooter The footer that is rendered at the bottom of each page of the report.
Public property PageHeader The header that is rendered at the top of each page of the report.
Public property PageHeight Default height for rendering the report in a physical-page oriented renderer.
Public property PageWidth Default width for rendering the report in a physical-page oriented renderer.
Public property ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Inherited from ReportElement.)
Public property RightMargin Width of the right margin.
Public property Style Gets the style properties of this report definition object. (Inherited from ReportElement.)
Public property TopMargin Width of the top margin.

Top