ActiveReports 19 .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 a body layout information for the report.
    Syntax
    'Declaration
     
    Public Property Body As Body
    public Body Body {get; set;}

    Property Value

    A Body object representing the body layout details of the report.
    See Also