Style.UnicodeBiDi Property

Definition

Gets an expression that evaluates to a value that indicates the level of embedding with respect to the bi-directional algorithm.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::UnicodeBiDiTypes> ^ UnicodeBiDi { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::UnicodeBiDiTypes> ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.UnicodeBiDiTypes> UnicodeBiDi { get; }
member this.UnicodeBiDi : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.UnicodeBiDiTypes>
Public Overrides ReadOnly Property UnicodeBiDi As ReportEnumProperty(Of UnicodeBiDiTypes)

Property Value

A ReportEnumProperty<EnumType> object that represents a value that indicates the level of embedding with respect to the bi-directional algorithm.

Applies to