Partager via


Champ m_verticalAlign

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected m_verticalAlign As Nullable(Of VerticalAlignments)
'Utilisation
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>