ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / Body Property

In This Topic
    Body Property (PageBase)
    In This Topic
    Gets the body of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Body As IBody
    public abstract IBody Body {get;}

    Property Value

    An IBody representing the body of the report section.
    See Also