Condividi tramite


Campo StyleInstance.m_textEffect

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_textEffect As Nullable(Of TextEffects)
'Utilizzo
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>

Vedere anche

Riferimento

StyleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering