ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / LevelOverride Structure / LevelOverride Constructor
The embedding level.
The directional override status.

In This Topic
    LevelOverride Constructor
    In This Topic
    Initializes a new instance of the LevelOverride struct with the specified level and directional override status.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal level As Integer, _
       ByVal overrideStatus As DirectionalOverrideStatus _
    )
    public LevelOverride( 
       int level,
       DirectionalOverrideStatus overrideStatus
    )

    Parameters

    level
    The embedding level.
    overrideStatus
    The directional override status.
    See Also