Gets or sets a value indicating whether for empty fields with
FieldBase.AutoHeight or
FieldBase.AutoWidth set to
AutoSizeBehavior.CanShrink, margins and borders will have zero heights or widths in the generated report layout. The default is false. Setting this to true improves compatibility with C1Report.
シンタックス
'宣言
Public Property IgnoreMarginsForEmptyFields As System.Boolean
'使用法
Dim instance As BehaviorOptions
Dim value As System.Boolean
instance.IgnoreMarginsForEmptyFields = value
value = instance.IgnoreMarginsForEmptyFields
public System.bool IgnoreMarginsForEmptyFields {get; set;}
参照