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

In This Topic
    KeepTogether Property (ITablixMember)
    In This Topic
    Gets a value indicating whether the data region (all repeated sections) is kept together on one page if possible.
    Syntax
    'Declaration
     
    ReadOnly Property KeepTogether As Boolean
    bool KeepTogether {get;}

    Property Value

    A System.Boolean value indicating whether the data region is kept together on one page if possible.
    See Also