Freigeben über


StyleInstance.m_textEffect-Feld

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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>

Siehe auch

Verweis

StyleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace