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

In This Topic
    Body Property
    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