Page Class
Updated: February 25, 2016
Represents a page in the report.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ReportElement
Microsoft.ReportingServices.OnDemandReportRendering::Page
| Name | Description | |
|---|---|---|
![]() | BottomMargin | Gets the width of the bottom margin. |
![]() | Columns | Gets the default number of columns for rendering the report. |
![]() | ColumnSpacing | Gets the spacing between each column in multi-column renderings. |
![]() | DefinitionPath | Gets the path to this report definition object in the report definition.(Overrides ReportElement::DefinitionPath.) |
![]() | ID | Gets the unique identifier for this report definition object.(Overrides ReportElement::ID.) |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | InteractiveHeight | Gets the default height for rendering the report when in an interactive renderer. |
![]() | InteractiveWidth | Gets the default height for rendering the report when in an interactive renderer. |
![]() | LeftMargin | Gets the width of the left margin. |
![]() | PageFooter | Gets the footer that is rendered at the bottom of a report section. |
![]() | PageHeader | Gets the header that is rendered at the top of a report section. |
![]() | PageHeight | Gets the default height for rendering the report in a physical-page oriented renderer. |
![]() | PageWidth | Gets the default width for rendering the report in a physical-page oriented renderer. |
![]() | ParentDefinitionPath | Gets the path to report definition object's parent in the report definition.(Inherited from ReportElement.) |
![]() | RightMargin | Gets the width of the right margin. |
![]() | Style | Gets the style properties of the page.(Overrides ReportElement::Style.) |
![]() | TopMargin | Gets the width of the top margin. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

