Compartir a través de


Campo StyleInstance.m_textAlign

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

A TextAlignments value that represents the calculated value of the TextAlign property.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_textAlign As Nullable(Of TextAlignments)
'Uso
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>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering