Specifies the logic for handling CanGrow/CanShrink fields.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum GrowShrinkModeEnum |
Visual Basic |
---|
Public Enumeration GrowShrinkModeEnum |
Members
Member name | Description | |
---|---|---|
C1Report | Uses the standard C1Report mode, where fields that grow or shrink affect only fields directly below. | |
Access | Uses 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. |
Remarks
Use the members of this enumeration to set the value of the GrowShrinkMode property in the C1Report class.