ActiveReports 18 .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
    Body of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Body As IBody
    public abstract IBody Body {get;}
    See Also