Champ TextAlign
Returns the horizontal alignment of text.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected Const TextAlign As String
'Utilisation
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
Notes
Valid values are: Left, Center, Right, Justify, or General.
Voir aussi