Condividi tramite


Campo StyleInstance.m_verticalAlign

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_verticalAlign As Nullable(Of VerticalAlignments)
'Utilizzo
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>

Vedere anche

Riferimento

StyleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering