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

In This Topic
    KeepTogether Property (IBand)
    In This Topic
    Gets a value indicating whether the band should try to keep the content together.
    Syntax
    'Declaration
     
    Shadows ReadOnly Property KeepTogether As Boolean
    new bool KeepTogether {get;}

    Property Value

    A System.Boolean value. true if the band should keep the content together; otherwise, false.
    See Also