ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutPage Interface / BodyArea Property

In This Topic
    BodyArea Property
    In This Topic
    Gets the body area of the page where content should be laid out.
    Syntax
    'Declaration
     
    ReadOnly Property BodyArea As ILayoutArea
    ILayoutArea BodyArea {get;}

    Property Value

    The body area of the page as an ILayoutArea.
    See Also