[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionPage

ReportSectionPage Class

Represents a section page within a report.

Inheritance
ReportSectionPage
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class ReportSectionPage : ReportComponent, IReportComponentContainer, IReportComponent, IComponent, IDisposable

Constructors

Name Description
ReportSectionPage()

Properties

Name Description
BottomMargin

Gets or sets a height of the bottom margin.

ColumnSpacing

Gets or sets the amount of white space between each column in the section page.

Columns

Gets or sets the number of columns in the section page.

Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

LeftMargin

Gets or sets a width of the left margin.

Gets or sets a footer object that is output at the bottom of each report page.

PageHeader

Gets or sets the header object that is output at the top of each report page.

PageHeight

Gets or sets a height of the pages in the report section.

PageWidth

Gets or sets a width of the pages in the report section.

PaperOrientation

Gets or sets the paper orientation for the report pages used for printing.

RightMargin

Gets or sets a width of the right margin.

TopMargin

Gets or sets a height of the top margin.

Extension Methods