Compartir a través de


Campo TextRun.m_markupType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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>

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering