Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to the effect to apply to the text.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property TextEffect As ReportEnumProperty(Of TextEffects)
Get
'Uso
Dim instance As Style
Dim value As ReportEnumProperty(Of TextEffects)
value = instance.TextEffect
public override ReportEnumProperty<TextEffects> TextEffect { get; }
public:
virtual property ReportEnumProperty<TextEffects>^ TextEffect {
ReportEnumProperty<TextEffects>^ get () override;
}
abstract TextEffect : ReportEnumProperty<TextEffects>
override TextEffect : ReportEnumProperty<TextEffects>
override function get TextEffect () : ReportEnumProperty<TextEffects>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextEffects>
A ReportEnumProperty<EnumType> object that represents the effect to apply to the text.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering