StyleInstance.TextEffect Property
Gets the calculated value of the TextEffect property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property TextEffect As TextEffects
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As TextEffects
value = instance.TextEffect
instance.TextEffect = value
public override TextEffects TextEffect { get; set; }
public:
virtual property TextEffects TextEffect {
TextEffects get () override;
void set (TextEffects value) override;
}
abstract TextEffect : TextEffects with get, set
override TextEffect : TextEffects with get, set
override function get TextEffect () : TextEffects
override function set TextEffect (value : TextEffects)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TextEffects
A TextEffects value that represents the calculated value of the TextEffect property.
See Also