StyleBase.TextEffect Property

Definition

Gets an expression that evaluates to the effect to apply to the text.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::TextEffects> ^ TextEffect { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::TextEffects> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.TextEffects> TextEffect { get; }
member this.TextEffect : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.TextEffects>
Public MustOverride ReadOnly Property TextEffect As ReportEnumProperty(Of TextEffects)

Property Value

A ReportEnumProperty<EnumType> object that represents the effect to apply to the text.

Applies to