FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report.Legacy Namespace / Utils Class / ReadAutoHeight Method

In This Topic
    ReadAutoHeight Method (Utils)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ReadAutoHeight( _
       ByVal node As XmlNodeWrapperBase, _
       ByVal defValue As AutoSizeBehavior _
    ) As AutoSizeBehavior
    public static AutoSizeBehavior ReadAutoHeight( 
       XmlNodeWrapperBase node,
       AutoSizeBehavior defValue
    )

    Parameters

    node
    defValue
    See Also