TextAlign Campo
Returns the horizontal alignment of text.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Protected Const TextAlign As String
'Uso
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
Notas
Valid values are: Left, Center, Right, Justify, or General.
Vea también