Name | Description | |
---|---|---|
Page Constructor | Initializes a new instance of the Page class. |
The following tables list the members exposed by Page.
Name | Description | |
---|---|---|
Page Constructor | Initializes a new instance of the Page class. |
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 ReportElement.Style object defining style information for the current ReportElement. (Inherited from C1.C1Rdl.Rdl2008.ReportElement) | |
TopMargin | Gets or sets the width of the left margin. Default: 0 in. |
Name | Description | |
---|---|---|
ScriptContextHostType | For internal use. (Inherited from C1.C1Rdl.Rdl2008.ReportElement) |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another Page to the current object. | |
Clear | Overridden. Clears the current object, sets all properties to their default values. |
Name | Description | |
---|---|---|
ScriptHostOwnerSetHost | For internal use. (Inherited from C1.C1Rdl.Rdl2008.ReportElement) |