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

In This Topic
    CanShrink Property (Field)
    In This Topic
    Specifies whether the field height should be automatically reduced to fit the field's contents.
    Syntax
    'Declaration
     
    Public Property CanShrink As Boolean
    public bool CanShrink {get; set;}
    See Also