ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / CanShrink Property

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