GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ILayoutArea Interface |
The following tables list the members exposed by ILayoutArea.
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. | |
ContinuedHorizontally | Item is continued from previous page horizontally. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
ContinuedVertically |
Item is continued from previous page vertically.
(Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
Height | Area height. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
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. | |
Left |
Left (relative) position.
(Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
MaxHeight | Max height the area can grow. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
MaxWidth | Max width the area can grow. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
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 | |
Top |
Top (relative) position.
(Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) | |
Width | Area width. (Inherited from GrapeCity.ActiveReports.Extensibility.Layout.IMeasurements) |