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

In This Topic
    CanShrink Property (Band)
    In This Topic
    Gets or sets a value indicating whether the band can shrink vertically.
    Syntax
    'Declaration
     
    Public Property CanShrink As Boolean
    public bool CanShrink {get; set;}

    Property Value

    A System.Boolean value where true if the band can shrink vertically; otherwise, false.
    See Also