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


Свойство Style.TextEffect

Gets or sets the effect to apply to the text.

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

Синтаксис

'Декларация
Public Property TextEffect As ReportExpression(Of TextEffects)
    Get 
    Set
'Применение
Dim instance As Style 
Dim value As ReportExpression(Of TextEffects)

value = instance.TextEffect

instance.TextEffect = value
public ReportExpression<TextEffects> TextEffect { get; set; }
public:
property ReportExpression<TextEffects> TextEffect {
    ReportExpression<TextEffects> get ();
    void set (ReportExpression<TextEffects> value);
}
member TextEffect : ReportExpression<TextEffects> with get, set
function get TextEffect () : ReportExpression<TextEffects>
function set TextEffect (value : ReportExpression<TextEffects>)

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

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextEffects>
A ReportExpression<T> object.

См. также

Справочник

Style Класс

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