FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / Section Class / CanShrink Property

In This Topic
    CanShrink Property (Section)
    In This Topic
    Gets or sets a value indicating whether the section's height should be reduced when one or more fields shrink.
    Syntax
    'Declaration
     
    Public Property CanShrink As Boolean
    public bool CanShrink {get; set;}
    See Also