Freigeben über


Style.TextAlign-Eigenschaft

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>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextAlignments>
A ReportExpression<T> object.

Siehe auch

Verweis

Style Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace