ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Body Property

In This Topic
    Body Property (Report)
    In This Topic
    Gets or sets the structure for the body of the report.
    Syntax
    'Declaration
     
    Public Property Body As Body
    public Body Body {get; set;}

    Property Value

    A Body object describing the structure for the body of the report.
    See Also