Свойство Style.TextAlign
Gets or sets the horizontal alignment of the text.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property TextAlign As ReportExpression(Of TextAlignments)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextAlignments>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel