Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.