ComponentOne Reports for WPF
C1.C1Report Namespace / CompatibilityOptions Class / IgnoreInvisibleFieldsInGrowShrinkSections Property

In This Topic
    IgnoreInvisibleFieldsInGrowShrinkSections Property (CompatibilityOptions)
    In This Topic
    Gets or sets a value indicating whether invisible fields should be ignored when calculating the heights of CanGrow/CanShrink sections.
    Syntax
    'Declaration
     
    Public Property IgnoreInvisibleFieldsInGrowShrinkSections As Boolean
    public bool IgnoreInvisibleFieldsInGrowShrinkSections {get; set;}
    See Also