Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderEmptyFragment Class / TableFragment Property

In This Topic
    TableFragment Property (RenderEmptyFragment)
    In This Topic
    Gets the most nested RenderTableFragment containing the current fragment, or null if the current object is not contained in a table.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableFragment As RenderTableFragment
    public RenderTableFragment TableFragment {get;}
    See Also