Gets an expression that evaluates to the horizontal alignment of the text.
命名空間: 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>
A ReportEnumProperty<EnumType> object that represents the horizontal alignment of the text.