Condividi tramite


Campo TextRun.m_markupType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_markupType As ReportEnumProperty(Of MarkupType)
'Utilizzo
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>

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering