Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSection Class / CanShrink Property

In This Topic
    CanShrink Property (RenderSection)
    In This Topic
    Gets or sets a value indicating whether the height of the current section can decrease automatically to fit the field's content.
    Syntax
    'Declaration
     
    Public Property CanShrink As Boolean
    public bool CanShrink {get; set;}
    See Also