หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an expression that evaluates to the level of embedding with respect to the bi-directional algorithm.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property UnicodeBiDi As ReportEnumProperty(Of UnicodeBiDiTypes)
Get
'Usage
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of UnicodeBiDiTypes)
value = instance.UnicodeBiDi
public abstract ReportEnumProperty<UnicodeBiDiTypes> UnicodeBiDi { get; }
public:
virtual property ReportEnumProperty<UnicodeBiDiTypes>^ UnicodeBiDi {
ReportEnumProperty<UnicodeBiDiTypes>^ get () abstract;
}
abstract UnicodeBiDi : ReportEnumProperty<UnicodeBiDiTypes>
abstract function get UnicodeBiDi () : ReportEnumProperty<UnicodeBiDiTypes>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<UnicodeBiDiTypes>
A ReportEnumProperty<EnumType> object that represents the level of embedding with respect to the bi-directional algorithm.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace