MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / OverflowPlaceHolder Class
Members

OverflowPlaceHolder Class
Represents a placeholder ReportItem associated with a DataRegion from a previous page.
Object Model
OverflowPlaceHolder Class
Syntax
'Declaration
 
Public NotInheritable Class OverflowPlaceHolder 
   Inherits ReportItem
   Implements IReportComponentIValidateable 
 
Remarks
The ReportItem.Height and ReportItem.Width of this report item dictate the DataRegion.FixedHeight and DataRegion.FixedWidth when continuing layout of the data region.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportItem
               GrapeCity.ActiveReports.PageReportModel.OverflowPlaceHolder

See Also