StyleInstance.m_verticalAlign Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A VerticalAlignments value that represents the calculated value of the VerticalAlign property.
protected: Nullable<Microsoft::ReportingServices::OnDemandReportRendering::VerticalAlignments> m_verticalAlign;
protected Microsoft.ReportingServices.OnDemandReportRendering.VerticalAlignments? m_verticalAlign;
val mutable m_verticalAlign : Nullable<Microsoft.ReportingServices.OnDemandReportRendering.VerticalAlignments>
Protected m_verticalAlign As Nullable(Of VerticalAlignments)