Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an expression that evaluates to the effect to apply to the text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TextEffect As ReportEnumProperty(Of TextEffects)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextEffects>
A ReportEnumProperty<EnumType> object that represents the effect to apply to the text.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace