Właściwość Style.TextAlign
Poziome wyrównanie tekstu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TextAlign As ReportExpression(Of TextAlignments)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextAlignments>
A ReportExpression<T> obiektu.