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

In This Topic
    CanGrow Property (Container)
    In This Topic
    Indicates that 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;}
    See Also