Condividi tramite


Campo StyleInstance.m_textDecoration

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

A TextDecorations value that represents the calculated value of the TextDecoration property.

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

Sintassi

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

Vedere anche

Riferimento

StyleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering