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

In This Topic
    Body Property (IReport)
    In This Topic
    Gets a reference to the body of the report.
    Syntax
    'Declaration
     
    ReadOnly Property Body As IBody
    IBody Body {get;}

    Property Value

    An IBody representing the body of the report.
    See Also