GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ILayoutArea Interface |
For a list of all members of this type, see ILayoutArea members.
Name | Description | |
---|---|---|
![]() | Children | Returns the LayoutArea objects that are children of this object (if any). |
![]() | ChildrenList | Specifies the children items. |
![]() | ContentRange | Specifies the range of content in this area. |
![]() | IsFirstHorizontally | True if this is the first area horizontally. |
![]() | IsFirstVertically | True if this is the first area vertically. This functionality is available via IMeasurements |
![]() | IsLastHorizontally | True if this is the last area horizontally. |
![]() | IsLastVertically | True if this is the last area vertically. |
![]() | Item | Overloaded. Specifies an item by its string identifier. |
![]() | MetadataDictionary | Specifies optional master (root) metadata dictionary associated with this layout area. |
![]() | Name | Specifies area component item name (for debugging purposes). |
![]() | Page | Specifies LayoutTree page that hosts this LayoutArea. |
![]() | Parent | Parent LayoutArea, if any. |
![]() | ReportItem | Returns the ReportItem. |
![]() | SortedChildren | Get an enumerable sub-areas according to their ZIndex and left-top coordinate |