ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Tablix Class / Body Property

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