StyleBase.UnicodeBiDi Property

Definition

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

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

Property Value

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

Applies to