Campo StyleInstance.m_textDecoration
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
A TextDecorations value that represents the calculated value of the TextDecoration property.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Protected m_textDecoration As Nullable(Of TextDecorations)
'Uso
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>
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering