ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableDetail Interface / KeepTogether Property

In This Topic
    KeepTogether Property (ITableDetail)
    In This Topic
    Gets a value indicating whether the table details are kept together on a single page where possible.
    Syntax
    'Declaration
     
    ReadOnly Property KeepTogether As Boolean
    bool KeepTogether {get;}

    Property Value

    A System.Boolean value. true if the table details are kept together on a single page; otherwise, false.
    See Also