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

In This Topic
    OverflowPlaceHolder Class
    In This Topic
    The OverflowDataRegion element represents a report item that is associated with a DataRegion from a previous page. The Height and Width of this report item will act as the FixedHeight and FixedWidth when continuing layout of the data region.
    Object Model
    OverflowPlaceHolder Class
    Syntax
    'Declaration
     
    Public NotInheritable Class OverflowPlaceHolder 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public sealed class OverflowPlaceHolder : ReportItem, IReportComponentIValidateable  
    Inheritance Hierarchy

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

    See Also