[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.OverflowPlaceHolder

OverflowPlaceHolder Class

Represents a placeholder ReportItem associated with a DataRegion from a previous page.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class OverflowPlaceHolder : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

The Height and Width of this report item dictate the FixedHeight and FixedWidth when continuing layout of the data region.

Constructors

Name Description
OverflowPlaceHolder()

Initializes a new instance of the OverflowPlaceHolder class.

Properties

Name Description
OverflowName

Gets or sets the name of the data region's overflow.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the OverflowPlaceHolder object.

Extension Methods