[]
The Page element contains the definition of a fixed layout page.
public sealed class Page : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| Page() | Initializes a new instance of the Page class. |
| Name | Description |
|---|---|
| BottomMargin | Gets or sets a height of the bottom margin. |
| CustomProperties | Gets the custom properties of the page. |
| Height | Gets or sets a height of the page. |
| LeftMargin | Gets or sets a width of the left margin. |
| PaperOrientation | Gets or sets an orientation of the page for printing. |
| RightMargin | Gets or sets a width of the right margin. |
| Site | |
| Style | Gets or sets a style settings for the page. |
| ThrowIfPlaceHoldersEmpty | Gets or sets a value indicating whether the page should throw an error if placeholders are empty. |
| TopMargin | Gets or sets a height of the top margin. |
| Visibility | Gets or sets a value indicating whether the page is hidden. |
| Width | Gets or sets a width of the page. |