StyleInstance.m_verticalAlign 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_verticalAlign As Nullable(Of VerticalAlignments)
'Usage
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>
See Also