Compartir a través de


Campo StyleInstance.m_verticalAlign

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

A VerticalAlignments value that represents the calculated value of the VerticalAlign property.

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

Sintaxis

'Declaración
Protected m_verticalAlign As Nullable(Of VerticalAlignments)
'Uso
Dim value As Nullable(Of VerticalAlignments)

value = Me.m_verticalAlign 

Me.m_verticalAlign = value
protected Nullable<VerticalAlignments> m_verticalAlign
protected:
Nullable<VerticalAlignments> m_verticalAlign
val mutable m_verticalAlign: Nullable<VerticalAlignments>
protected var m_verticalAlign : Nullable<VerticalAlignments>

Vea también

Referencia

StyleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering