StyleInstance.m_textEffect Field

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected m_textEffect As Nullable(Of TextEffects)
'Usage
Dim value As Nullable(Of TextEffects)

value = Me.m_textEffect

Me.m_textEffect = value
protected Nullable<TextEffects> m_textEffect
protected:
Nullable<TextEffects> m_textEffect
val mutable m_textEffect: Nullable<TextEffects>
protected var m_textEffect : Nullable<TextEffects>