Поделиться через


Свойство StyleInstance.TextAlign

Gets the calculated value of the TextAlign property in a Style class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides Property TextAlign As TextAlignments 
    Get 
    Set
'Применение
Dim instance As StyleInstance 
Dim value As TextAlignments 

value = instance.TextAlign

instance.TextAlign = value
public override TextAlignments TextAlign { get; set; }
public:
virtual property TextAlignments TextAlign {
    TextAlignments get () override;
    void set (TextAlignments value) override;
}
abstract TextAlign : TextAlignments with get, set 
override TextAlign : TextAlignments with get, set
override function get TextAlign () : TextAlignments 
override function set TextAlign (value : TextAlignments)

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments
A TextAlignments value that represents the calculated value of the TextAlign property.

См. также

Справочник

StyleInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering