[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Bidi.LevelOverride

LevelOverride Struct

Represents an embedding level and embedding direction.

Namespace: GrapeCity.ActiveReports.Rendering.Bidi
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct LevelOverride

Constructors

Name Description
LevelOverride(int, DirectionalOverrideStatus)

Initializes a new instance of the LevelOverride struct with the specified level and directional override status.

Fields

Name Description
Level

Gets or sets the embedding level.

OverrideStatus

Gets or sets the directional override status.

Extension Methods