Campo StyleInstance.m_textEffect
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
A TextEffects value that represents the calculated value of the TextEffect property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected m_textEffect As Nullable(Of TextEffects)
'Uso
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>
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering