StyleBase.UnicodeBiDi Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.