FlexReport for WinForms
GrowShrinkModeEnum 列挙体


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : GrowShrinkModeEnum 列挙体
Specifies the logic for handling CanGrow/CanShrink fields.
シンタックス
'宣言
 
Public Enum GrowShrinkModeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As GrowShrinkModeEnum
public enum GrowShrinkModeEnum : System.Enum 
メンバ
メンバ解説
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.
解説
Use the members of this enumeration to set the value of the GrowShrinkMode property in the C1Report class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.GrowShrinkModeEnum

参照

参照

C1.Report 名前空間