[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea

ILayoutArea Interface

Represents an area that contains a layout.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ILayoutArea

Properties

Name Description
Children

Gets the ILayoutArea objects that are children of this object (if any).

ContentRange

Specifies the range of content in this area.

Height

Gets the area's height.

InteractivityAreas

Gets the interactivity areas.

IsFirstHorizontally

Gets a value indicating whether this is the first area horizontally.

IsFirstVertically

Gets a value indicating whether this is the first area vertically.

IsLastHorizontally

Gets a value indicating whether this is the last area horizontally.

IsLastVertically

Gets a value indicating whether this is the last area vertically.

Left

Gets the area's left position.

Name

Gets the name of the area component item (for debugging purposes).

Page

Gets the ILayoutPage page that hosts this LayoutArea.

Parent

Gets the parent ILayoutArea, if any.

ReportItem

Gets the IReportItem.

Top

Gets the area's top position.

Width

Gets the area's width.

Extension Methods