[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Page

Page Class

The Page element contains the definition of a fixed layout page.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Page : ReportComponentContainer, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable

Constructors

Name Description
Page()

Initializes a new instance of the Page class.

Properties

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

Gets or sets the ISite of the Component.

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.

Extension Methods