ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSection Class / Body Property

In This Topic
    Body Property (ReportSection)
    In This Topic
    Gets or sets a body layout information for the report section.
    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 section.
    See Also