FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / SubSection Class / AutoHeight Property

In This Topic
    AutoHeight Property (SubSection)
    In This Topic
    Gets or sets a value determining how the height of the sub-section changes depending on its content.
    Syntax
    'Declaration
     
    Public Property AutoHeight As AutoSizeBehavior
    public AutoSizeBehavior AutoHeight {get; set;}
    See Also