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


Свойство StyleInstance.TextEffect

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

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

Синтаксис

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

value = instance.TextEffect

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

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

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

См. также

Справочник

StyleInstance Класс

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