ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / Converters Class / WrapModeFromString Method
The string representation of wrap mode.

In This Topic
    WrapModeFromString Method
    In This Topic
    Converts a string representation of wrap mode to the corresponding GrapeCity.ActiveReports.Drawing.WrapMode enumeration value.
    Syntax
    'Declaration
     
    Public Shared Function WrapModeFromString( _
       ByVal wrapMode As String _
    ) As WrapMode
    public static WrapMode WrapModeFromString( 
       string wrapMode
    )

    Parameters

    wrapMode
    The string representation of wrap mode.

    Return Value

    The corresponding GrapeCity.ActiveReports.Drawing.WrapMode enumeration value.
    See Also