FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / BehaviorOptions Class / IncreaseSubSectionHeightToFitFields Property

In This Topic
    IncreaseSubSectionHeightToFitFields Property
    In This Topic
    Gets or sets a value indicating whether the height of SubSection should be increased to fit all fields. This setting is usefull when report generated at runtime. The default is false. Setting this to true improves compatibility with C1Report.
    Syntax
    'Declaration
     
    Public Property IncreaseSubSectionHeightToFitFields As Boolean
    public bool IncreaseSubSectionHeightToFitFields {get; set;}
    See Also