ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / KeepTogether Property

In This Topic
    KeepTogether Property (TablixMember)
    In This Topic
    Indicates that the data region (all repeated sections) is kept together on one page if possible.
    Syntax
    'Declaration
     
    Public Property KeepTogether As Boolean
    public bool KeepTogether {get; set;}
    See Also