TextRun.m_markupType Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the report property that indicates whether the markup appearing in the value should be processed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_markupType As ReportEnumProperty(Of MarkupType)
'Usage
Dim value As ReportEnumProperty(Of MarkupType)
value = Me.m_markupType
Me.m_markupType = value
protected ReportEnumProperty<MarkupType> m_markupType
protected:
ReportEnumProperty<MarkupType>^ m_markupType
val mutable m_markupType: ReportEnumProperty<MarkupType>
protected var m_markupType : ReportEnumProperty<MarkupType>
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace