StyleInstance.m_textAlign 字段

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Protected m_textAlign As Nullable(Of TextAlignments)
用法
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>

请参阅

参考

StyleInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间