ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / NeedsSplit Method
The array of CharType.

In This Topic
    NeedsSplit Method
    In This Topic
    Determines if an array of CharType needs to be split into different embedding objects.
    Syntax
    'Declaration
     
    Public Shared Function NeedsSplit( _
       ByVal types() As CharType _
    ) As Boolean
    public static bool NeedsSplit( 
       CharType[] types
    )

    Parameters

    types
    The array of CharType.

    Return Value

    true if the array needs to be split; otherwise, false.
    See Also