StyleInstance.m_unicodeBiDi Field
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_unicodeBiDi As Nullable(Of UnicodeBiDiTypes)
'Usage
Dim value As Nullable(Of UnicodeBiDiTypes)
value = Me.m_unicodeBiDi
Me.m_unicodeBiDi = value
protected Nullable<UnicodeBiDiTypes> m_unicodeBiDi
protected:
Nullable<UnicodeBiDiTypes> m_unicodeBiDi
val mutable m_unicodeBiDi: Nullable<UnicodeBiDiTypes>
protected var m_unicodeBiDi : Nullable<UnicodeBiDiTypes>
See Also