The Page type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another Page to the current object.
(Overrides ReportElement..::..AssignFrom(ReportElement).) |
|
Clear |
Clears the current object, sets all properties to their default values.
(Overrides ReportElement..::..Clear()()()().) |
|
ScriptHostOwnerGetChildren |
For internal use.
(Inherited from ReportElement.) |
|
ScriptHostOwnerSetHost |
For internal use.
(Inherited from ReportElement.) |
Properties
Name | Description | |
---|---|---|
BottomMargin |
Gets or sets the width of the left margin. Default: 0 in.
|
|
Columns |
Gets or sets the default number of columns for rendering the report.
Default: 1. Min: 1. Max: 1000
|
|
ColumnSpacing |
Gets or sets the spacing between each column in multi-column renderings.
Default: 0.5 in.
|
|
InteractiveHeight |
Gets or sets the default height for rendering the report when in an
interactive renderer.
There is no maximum size. A value of 0 (with any unit) indicates height should be unlimited.
Defaults to PageHeight.
|
|
InteractiveWidth |
Gets or sets the default width for rendering the report when in an
interactive renderer.
There is no maximum size. A value of 0 (with any unit) indicates width should be unlimited.
Defaults to PageWidth.
|
|
LeftMargin |
Gets or sets the width of the left margin. Default: 0 in.
|
|
Owner |
Gets the C1RdlReport object containing this object.
|
|
PageFooter |
Gets the PageFooter object that is rendered at the bottom of
each page of the report.
|
|
PageHeader |
Gets the PageHeader object that is rendered at the top of
each page of the report.
|
|
PageHeight |
Gets or sets the default height for rendering the report in a physical-page
oriented renderer. Default: 11 in. Must be greater than 0 in.
|
|
PageWidth |
Gets or sets the default width for rendering the report in a physical-page
oriented renderer. Default: 8.5 in. Must be greater than 0 in.
|
|
RightMargin |
Gets or sets the width of the left margin. Default: 0 in.
|
|
Style |
Gets the Style object defining style information for the current ReportElement.
(Inherited from ReportElement.) |
|
TopMargin |
Gets or sets the width of the left margin. Default: 0 in.
|