StyleBase.TextAlign Property
Horizontal alignment of the text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TextAlign As ReportEnumProperty(Of TextAlignments)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextAlignments>
A ReportEnumProperty<EnumType> object.