ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableRow Class / CanShrink Property

In This Topic
    CanShrink Property (TableRow)
    In This Topic
    Gets a value indicating whether a row can shrink.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanShrink As Boolean
    public bool CanShrink {get;}

    Property Value

    A System.Boolean value where true if the row contains only TextBox with CanShrink set to true; otherwise, false.
    Remarks
    This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also