StyleBase.TextAlign Field
Returns the horizontal alignment of text.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected Const TextAlign As String
'Usage
Dim value As String
value = StyleBase.TextAlign
protected const string TextAlign
protected:
literal String^ TextAlign
static val mutable TextAlign: string
protected const var TextAlign : String
Remarks
Valid values are: Left, Center, Right, Justify, or General.