ComponentOne Reports for WPF
C1.C1Preview Namespace / GrowShrinkModeEnum Enumeration

In This Topic
    GrowShrinkModeEnum Enumeration
    In This Topic
    Specifies the logic for handling the CanGrow and CanShrink properties of a C1Report's fields and sections in an imported report.
    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 members of this enumeration to set the RenderReport.GrowShrinkMode property in the RenderReport class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.GrowShrinkModeEnum

    See Also