FlexReport for WinForms
GrowShrinkMode プロパティ (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : GrowShrinkMode プロパティ
Gets or sets the method used to process CanGrow/CanShrink fields.
シンタックス
'宣言
 
Public Property GrowShrinkMode As GrowShrinkModeEnum
'使用法
 
Dim instance As FlexReport
Dim value As GrowShrinkModeEnum
 
instance.GrowShrinkMode = value
 
value = instance.GrowShrinkMode
public GrowShrinkModeEnum GrowShrinkMode {get; set;}
解説

If this property is set to C1Report, fields with CanGrow or CanShrink properties set to true will move fields directly below them when they grow or shrink. Fields located below but off to the side are not moved.

If this property is set to GrowShrinkModeEnum.Access, fields that grow or shrink will affect all fields below, even those which are not directly under the field that was modified as a result of CanGrow/CanShrink. (This is the Microsoft Access behavior).

For example, if fields are arranged in a grid layout and GrowShrinkMode is set to GrowShrinkModeEnum.Access, fields within each row will remain vertically aligned when fields above them grow or shrink.

If GrowShrinkMode is set to C1Report, fields within each column will move independently of fields in other columns, and fields within each row will not remain vertically aligned.

参照

参照

FlexReport クラス
FlexReport メンバ