Partager via


Champ StyleInstance.m_textEffect

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

A TextEffects value that represents the calculated value of the TextEffect property.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected m_textEffect As Nullable(Of TextEffects)
'Utilisation
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>

Voir aussi

Référence

StyleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering