ActiveReports 8
UnicodeBiDi Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : UnicodeBiDi Property

Glossary Item Box

Gets or sets the level of embedding with respect to the Bi-directional algorithm.

Syntax

Visual Basic (Declaration) 
Public Property UnicodeBiDi As ExpressionInfo
C# 
public ExpressionInfo UnicodeBiDi {get; set;}

Property Value

An ExpressionInfo object that evaluates to a UnicodeBiDi enumeration indicating the level of embedding with respect to the Bi-directional algorithm. Valid values are listed in the table below.

UnicodeBiDi Description
Normal (Default) The report item does not open an additional level of embedding.
Embed The report item opens an additional level of embedding.
BidiOverride The report item opens an additional level of embedding with sequential reordering.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also