[]
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.
public sealed class FixedPage : DataRegion, IValidateable, IScopeDefinition, IReportComponentContainer, IReportComponent, IComponent, IDisposable
Name | Description |
---|---|
FixedPage() | Initializes a new instance of the FixedPage class. |
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. |
Name | Description |
---|---|
GetExpressions() | Returns a list of the expressions contained by this report item. |
Validate(ValidationContext) | Validates the current state of the FixedPage object. |