次の方法で共有


StyleBase.TextAlign プロパティ

文字列の配置 (横方向) の配置に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property TextAlign As ReportEnumProperty(Of TextAlignments)
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportEnumProperty(Of TextAlignments)

value = instance.TextAlign
public abstract ReportEnumProperty<TextAlignments> TextAlign { get; }
public:
virtual property ReportEnumProperty<TextAlignments>^ TextAlign {
    ReportEnumProperty<TextAlignments>^ get () abstract;
}
abstract TextAlign : ReportEnumProperty<TextAlignments>
abstract function get TextAlign () : ReportEnumProperty<TextAlignments>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextAlignments>
文字列の横方向の配置を表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間