Freigeben über


StyleInstance.m_textAlign-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

A TextAlignments value that represents the calculated value of the TextAlign property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_textAlign As Nullable(Of TextAlignments)
'Usage
Dim value As Nullable(Of TextAlignments)

value = Me.m_textAlign 

Me.m_textAlign = value
protected Nullable<TextAlignments> m_textAlign
protected:
Nullable<TextAlignments> m_textAlign
val mutable m_textAlign: Nullable<TextAlignments>
protected var m_textAlign : Nullable<TextAlignments>

Siehe auch

Verweis

StyleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace