Свойство StyleBase.TextEffect
Gets an expression that evaluates to the effect to apply to the text.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property TextEffect As ReportEnumProperty(Of TextEffects)
Get
'Применение
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of TextEffects)
value = instance.TextEffect
public abstract ReportEnumProperty<TextEffects> TextEffect { get; }
public:
virtual property ReportEnumProperty<TextEffects>^ TextEffect {
ReportEnumProperty<TextEffects>^ get () abstract;
}
abstract TextEffect : ReportEnumProperty<TextEffects>
abstract function get TextEffect () : ReportEnumProperty<TextEffects>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextEffects>
A ReportEnumProperty<EnumType> object that represents the effect to apply to the text.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering