Campo StyleInstance.m_textEffect
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
A TextEffects value that represents the calculated value of the TextEffect property.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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>
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering