ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Container Class / CanGrow Property

In This Topic
    CanGrow Property (Container)
    In This Topic
    Gets or sets a value indicating whether the container can grow when the size of its content is greater than the size of the container.
    Syntax
    'Declaration
     
    Public Property CanGrow As Boolean
    public bool CanGrow {get; set;}

    Property Value

    A System.Boolean value where true indicates that the container can grow; otherwise, false.
    Remarks
    This property is obsolete. Use Overflow.Grow instead.
    See Also