Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the horizontal alignment of the text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextAlign As ReportExpression(Of TextAlignments)
Get
Set
'Usage
Dim instance As Style
Dim value As ReportExpression(Of TextAlignments)
value = instance.TextAlign
instance.TextAlign = value
public ReportExpression<TextAlignments> TextAlign { get; set; }
public:
property ReportExpression<TextAlignments> TextAlign {
ReportExpression<TextAlignments> get ();
void set (ReportExpression<TextAlignments> value);
}
member TextAlign : ReportExpression<TextAlignments> with get, set
function get TextAlign () : ReportExpression<TextAlignments>
function set TextAlign (value : ReportExpression<TextAlignments>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextAlignments>
A ReportExpression<T> object.