Page Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a page in the report.
public ref class Page sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public sealed class Page : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type Page = class
inherit ReportElement
Public NotInheritable Class Page
Inherits ReportElement
- Inheritance
Fields
m_isOldSnapshot |
Specifies whether to use the old snapshot of the report element. (Inherited from ReportElement) |
m_parentDefinitionPath |
Specifies the path to report definition object's parent in the report definition. (Inherited from ReportElement) |
m_style |
Specifies the style properties of this report definition object. (Inherited from ReportElement) |
Properties
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. |
ID |
Gets the unique identifier for this report definition object. |
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. |
TopMargin |
Gets the width of the top margin. |