'宣言 Public Enum GrowShrinkModeEnum Inherits System.Enum
'使用法 Dim instance As GrowShrinkModeEnum
public enum GrowShrinkModeEnum : System.Enum
'宣言 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. |
System.Object
System.ValueType
System.Enum
C1.Report.GrowShrinkModeEnum