ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Tablix Class / Body Property

In This Topic
    Body Property (Tablix)
    In This Topic
    Gets the TablixBody object defining the bottom right region that contains the data elements of the tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Body As TablixBody
    public TablixBody Body {get;}
    See Also