StyleInstance.m_textAlign 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 TextAlignments value that represents the calculated value of the TextAlign property.
protected: Nullable<Microsoft::ReportingServices::OnDemandReportRendering::TextAlignments> m_textAlign;
protected Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments? m_textAlign;
val mutable m_textAlign : Nullable<Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments>
Protected m_textAlign As Nullable(Of TextAlignments)