ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutArea Interface
Properties

In This Topic
    ILayoutArea Interface Members
    In This Topic

    The following tables list the members exposed by ILayoutArea.

    Public Properties
     NameDescription
     PropertyReturns the ILayoutArea objects that are children of this object (if any).  
     PropertySpecifies the range of content in this area.  
     PropertyGets the area's height.  
     PropertyGets the interactivity areas.  
     PropertyGets true if this is the first area horizontally.  
     PropertyGets true if this is the first area vertically.  
     PropertyGets true if this is the last area horizontally.  
     PropertyGets true if this is the last area vertically.  
     PropertyGets the area's left position.  
     PropertySpecifies area component item name (for debugging purposes).  
     PropertySpecifies ILayoutTree page that hosts this LayoutArea.  
     PropertyGets parent ILayoutArea, if any.  
     PropertyReturns the GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem .  
     PropertyGets the area's top position.  
     PropertyGets the area's width.  
    Top
    See Also