[]
        
(Showing Draft Content)

C1.Report.BehaviorOptions.IgnoreMarginsForEmptyFields

IgnoreMarginsForEmptyFields Property

IgnoreMarginsForEmptyFields

Gets or sets a value indicating whether for empty fields with AutoHeight or AutoWidth set to 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.

Declaration
[C1Description("BehaviorOptions.IgnoreMarginsForEmptyFields", "Specifies 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 bool IgnoreMarginsForEmptyFields { get; set; }
<C1Description("BehaviorOptions.IgnoreMarginsForEmptyFields", "Specifies 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 Boolean