StyleInstance.m_unicodeBiDi Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

A UnicodeBiDiTypes value that represents the calculated value of the UnicodeBiDi property.

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

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace