ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / GrowShrinkModeEnum Enumeration

In This Topic
    GrowShrinkModeEnum Enumeration
    In This Topic
    Specifies the logic for handling CanGrow/CanShrink fields.
    Syntax
    'Declaration
     
    Public Enum GrowShrinkModeEnum 
       Inherits System.Enum
    public enum GrowShrinkModeEnum : System.Enum 
    Members
    MemberDescription
    AccessUses a mode that is similar to MS Access, where fields that grow or shrink affect all fields below, even if they are off to the side of the field that grew or shrank.
    C1ReportUses the standard C1Report mode, where fields that grow or shrink affect only fields directly below.
    Remarks
    Use the members of this enumeration to set the value of the C1Report.GrowShrinkMode property in the C1Report class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.GrowShrinkModeEnum

    See Also