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

In This Topic
    OverflowPlaceHolder Class
    In This Topic
    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 
    public sealed class OverflowPlaceHolder : ReportItem, 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