ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / TablixBody Property

In This Topic
    TablixBody Property
    In This Topic
    Gets a region that contains the data elements of the tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixBody As TablixBody
    public TablixBody TablixBody {get;}

    Property Value

    A TablixBody object representing the data elements region of the tablix.
    See Also