[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.PageBase

PageBase Class

Represents report section page.

Inheritance
PageBase
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class PageBase

Constructors

Name Description
PageBase()

Properties

Name Description
Body

Gets the body of the report section.

BottomMargin

Gets the height of the bottom margin of the report.

Hidden

Gets a value indicating whether the report section is hidden.

LeftMargin

Gets the width of the left margin of the report.

Gets a reference to the page footer section of the report.

PageHeader

Gets a reference to the page header section of the report.

PageHeight

Gets the report page height.

PageWidth

Gets the report page width.

Pagination

Gets the pagination mode of the report section.

PaperOrientation

Gets the paper orientation of the report page.

RightMargin

Gets the width of the right margin of the report.

TopMargin

Gets the height of the top margin of the report.

Extension Methods