StyleInstance.m_textDecoration Field
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_textDecoration As Nullable(Of TextDecorations)
'Usage
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>
See Also