Partager via


Champ m_textDecoration

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

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

Syntaxe

'Déclaration
Protected m_textDecoration As Nullable(Of TextDecorations)
'Utilisation
Dim value As Nullable(Of TextDecorations)

value = Me.m_textDecoration

Me.m_textDecoration = value
protected Nullable<TextDecorations> m_textDecoration
protected:
Nullable<TextDecorations> m_textDecoration
val mutable m_textDecoration: Nullable<TextDecorations>
protected var m_textDecoration : Nullable<TextDecorations>