StyleBaseInstance.TextEffect Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride Property TextEffect As TextEffects
    Get
    Set
'Usage
Dim instance As StyleBaseInstance
Dim value As TextEffects

value = instance.TextEffect

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.TextEffects
A TextEffects value that represents the calculated value of the TextEffect property.