[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.FixedPage

FixedPage Class

Represents a data region in a report layout that repeats with each grouping or detail row (if no grouping is defined), consisting of a collection of the Pages that containing one or more defined fixed layout pages used to render fixed pages with possible overflow.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class FixedPage : DataRegion, IValidateable, IScopeDefinition, IReportComponentContainer, IReportComponent, IComponent, IDisposable

Constructors

Name Description
FixedPage()

Initializes a new instance of the FixedPage class.

Properties

Name Description
ChildScopes

Gets the child scopes for the fixed page.

Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Grouping

Gets or sets the expressions by which to group the data.

Pages

Gets a collection of fixed layout pages that compose the FixedPage layout.

ReportItems

Gets all report items from all pages within the fixed page.

ReportItemsInScope

Gets the report items in scope for the fixed page.

Sorting

Gets the expressions by which to sort the data.

Methods

Name Description
GetExpressions()

Returns a list of the expressions contained by this report item.

Validate(ValidationContext)

Validates the current state of the FixedPage object.

Extension Methods