Share via


StyleInstance.m_textAlign 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_textAlign As Nullable(Of TextAlignments)
'Usage
Dim value As Nullable(Of TextAlignments)

value = Me.m_textAlign

Me.m_textAlign = value
protected Nullable<TextAlignments> m_textAlign
protected:
Nullable<TextAlignments> m_textAlign
val mutable m_textAlign: Nullable<TextAlignments>
protected var m_textAlign : Nullable<TextAlignments>