[]
        
(Showing Draft Content)

C1.WPF.FlexReport.GrowShrinkModeEnum

GrowShrinkModeEnum Enum

Specifies the logic for handling CanGrow/CanShrink fields.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public enum GrowShrinkModeEnum
Remarks

Use the members of this enumeration to set the value of the GrowShrinkMode property in the C1Report class.

Fields

Name Description
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.

C1Report

Uses the standard C1FlexReport mode, where fields that grow or shrink affect only fields directly below.