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

In This Topic
    CanShrink Property (IBand)
    In This Topic
    Gets a value indicating whether this band can shrink in the vertical direction.
    Syntax
    'Declaration
     
    ReadOnly Property CanShrink As Boolean
    bool CanShrink {get;}

    Property Value

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