Compartilhar via


Campo TextRun.m_markupType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the report property that indicates whether the markup appearing in the value should be processed.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Protected m_markupType As ReportEnumProperty(Of MarkupType)
'Uso
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>

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering