Specifies the logic for handling the CanGrow and CanShrink properties of a C1Report's fields and sections in an imported report.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum GrowShrinkModeEnum
Visual Basic
Public Enumeration GrowShrinkModeEnum

Members

Member nameDescription
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 members of this enumeration to set the GrowShrinkMode property in the RenderReport class.

See Also