Partager via


Propriété MarkupType

Indicates whether markup appearing in the Value should be processed.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property MarkupType As ReportEnumProperty(Of MarkupType)
    Get
'Utilisation
Dim instance As TextRun
Dim value As ReportEnumProperty(Of MarkupType)

value = instance.MarkupType
public abstract ReportEnumProperty<MarkupType> MarkupType { get; }
public:
virtual property ReportEnumProperty<MarkupType>^ MarkupType {
    ReportEnumProperty<MarkupType>^ get () abstract;
}
abstract MarkupType : ReportEnumProperty<MarkupType>
abstract function get MarkupType () : ReportEnumProperty<MarkupType>